Color Hex Logo

#dbc656 Color Hex

#DBC656
(219,198,86)
0 Favorites   0 Comments

Color spaces of #dbc656

RGB 21919886
HSL0.140.650.60
HSV51°61°86°
CMYK 0.000.100.61   0.14
XYZ51.087256.120116.9438
Yxy56.12010.41150.4520
Hunter Lab74.9133-9.370239.0292
CIE-Lab79.6821-5.891157.3936

#dbc656 color RGB value is (219,198,86).

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

The process color (four color CMYK) of #dbc656 color hex is 0.00, 0.10, 0.61, 0.14. Web safe color of #dbc656 is #cccc66. Color #dbc656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01010110
Octal 333 306 126
Decimal 219 198 86
Hex DB C6 56

RGB Percentages of Color #dbc656

%43.54
%39.36
%17.10

CMYK Percentages of Color #dbc656

%0
%10
%61
%14

Triadic Colors of #dbc656

#dbc656 #56dbc6 #c656db

Analogous Colors of #dbc656

#dbc656 #aedb56 #db8456

Monochromatic Colors of #dbc656

#dbc656

Complementary Color

#dbc656 #566bdb

#dbc656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc656 Color CSS Codes

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

#dbc656 Text Font Color

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

This sample text font color is #dbc656
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.


#dbc656 Background Color

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

This div background color is #dbc656


#dbc656 Border Color

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

This div border color is #dbc656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc656


Comments

No comments written yet.

Please login to write comment.