Color Hex Logo

#dbc469 Color Hex

#DBC469
(219,196,105)
0 Favorites   0 Comments

Color spaces of #dbc469

RGB 219196105
HSL0.130.610.64
HSV48°52°86°
CMYK 0.000.110.52   0.14
XYZ51.503155.559821.3742
Yxy55.55980.40100.4326
Hunter Lab74.5384-7.105935.1753
CIE-Lab79.3626-3.413848.1825

#dbc469 color RGB value is (219,196,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01101001
Octal 333 304 151
Decimal 219 196 105
Hex DB C4 69

RGB Percentages of Color #dbc469

%42.12
%37.69
%20.19

CMYK Percentages of Color #dbc469

%0
%11
%52
%14

Triadic Colors of #dbc469

#dbc469 #69dbc4 #c469db

Analogous Colors of #dbc469

#dbc469 #b9db69 #db8b69

Monochromatic Colors of #dbc469

#dbc469

Complementary Color

#dbc469 #6980db

#dbc469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc469 Color CSS Codes

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

#dbc469 Text Font Color

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

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


#dbc469 Background Color

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

This div background color is #dbc469


#dbc469 Border Color

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

This div border color is #dbc469


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,196,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 #dbc469">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc469


Comments

No comments written yet.

Please login to write comment.