Color Hex Logo

#dbc694 Color Hex

#DBC694
(219,198,148)
0 Favorites   0 Comments

Color spaces of #dbc694

RGB 219198148
HSL0.120.500.72
HSV42°32°86°
CMYK 0.000.100.32   0.14
XYZ54.752857.586436.2465
Yxy57.58640.36850.3876
Hunter Lab75.8857-4.009324.8004
CIE-Lab80.50830.047327.7823

#dbc694 color RGB value is (219,198,148).

#dbc694 hex color red value is 219, green value is 198 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dbc694 hue: 0.12 , saturation: 0.50 and the lightness value of dbc694 is 0.72.

The process color (four color CMYK) of #dbc694 color hex is 0.00, 0.10, 0.32, 0.14. Web safe color of #dbc694 is #cccc99. Color #dbc694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10010100
Octal 333 306 224
Decimal 219 198 148
Hex DB C6 94

RGB Percentages of Color #dbc694

%38.76
%35.04
%26.19

CMYK Percentages of Color #dbc694

%0
%10
%32
%14

Triadic Colors of #dbc694

#dbc694 #94dbc6 #c694db

Analogous Colors of #dbc694

#dbc694 #cddb94 #dba394

Monochromatic Colors of #dbc694

#dbc694

Complementary Color

#dbc694 #94a9db

#dbc694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc694 Color CSS Codes

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

#dbc694 Text Font Color

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

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


#dbc694 Background Color

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

This div background color is #dbc694


#dbc694 Border Color

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

This div border color is #dbc694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc694


Comments

No comments written yet.

Please login to write comment.