Color Hex Logo

#dbc569 Color Hex

#DBC569
(219,197,105)
0 Favorites   0 Comments

Color spaces of #dbc569

RGB 219197105
HSL0.130.610.64
HSV48°52°86°
CMYK 0.000.100.52   0.14
XYZ51.729556.012521.4497
Yxy56.01250.40040.4336
Hunter Lab74.8415-7.595735.3964
CIE-Lab79.6209-3.930748.4912

#dbc569 color RGB value is (219,197,105).

#dbc569 hex color red value is 219, green value is 197 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dbc569 hue: 0.13 , saturation: 0.61 and the lightness value of dbc569 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01101001
Octal 333 305 151
Decimal 219 197 105
Hex DB C5 69

RGB Percentages of Color #dbc569

%42.03
%37.81
%20.15

CMYK Percentages of Color #dbc569

%0
%10
%52
%14

Triadic Colors of #dbc569

#dbc569 #69dbc5 #c569db

Analogous Colors of #dbc569

#dbc569 #b8db69 #db8c69

Monochromatic Colors of #dbc569

#dbc569

Complementary Color

#dbc569 #697fdb

#dbc569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc569 Color CSS Codes

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

#dbc569 Text Font Color

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

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


#dbc569 Background Color

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

This div background color is #dbc569


#dbc569 Border Color

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

This div border color is #dbc569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc569


Comments

No comments written yet.

Please login to write comment.