Color Hex Logo

#dbc754 Color Hex

#DBC754
(219,199,84)
0 Favorites   0 Comments

Color spaces of #dbc754

RGB 21919984
HSL0.140.650.59
HSV51°62°86°
CMYK 0.000.090.62   0.14
XYZ51.237156.547016.6017
Yxy56.54700.41190.4546
Hunter Lab75.1977-9.972439.5487
CIE-Lab79.9241-6.537058.5398

#dbc754 color RGB value is (219,199,84).

#dbc754 hex color red value is 219, green value is 199 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dbc754 hue: 0.14 , saturation: 0.65 and the lightness value of dbc754 is 0.59.

The process color (four color CMYK) of #dbc754 color hex is 0.00, 0.09, 0.62, 0.14. Web safe color of #dbc754 is #cccc66. Color #dbc754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01010100
Octal 333 307 124
Decimal 219 199 84
Hex DB C7 54

RGB Percentages of Color #dbc754

%43.63
%39.64
%16.73

CMYK Percentages of Color #dbc754

%0
%9
%62
%14

Triadic Colors of #dbc754

#dbc754 #54dbc7 #c754db

Analogous Colors of #dbc754

#dbc754 #acdb54 #db8454

Monochromatic Colors of #dbc754

#dbc754

Complementary Color

#dbc754 #5468db

#dbc754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc754 Color CSS Codes

.mybgcolor {background-color:#dbc754; } 
.myforecolor {color:#dbc754; }
.mybordercolor {border:3px solid #dbc754; }

#dbc754 Text Font Color

<p style="color:#dbc754">Text here</p>

This sample text font color is #dbc754
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc754 Background Color

<div style="background-color:#dbc754">
Div content here</div>

This div background color is #dbc754


#dbc754 Border Color

<div style="border:3px solid #dbc754">
Div here</div>

This div border color is #dbc754


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,199,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc754; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc754;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc754;
  box-shadow:         1px 1px 3px 2px #dbc754; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc754">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc754;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc754;
  box-shadow:         1px 1px 3px 2px #dbc754;">
Div content here</div>

This div box has shadow with color #dbc754


Comments

No comments written yet.

Please login to write comment.