Html Css Color HEX #D0C691 Winter Hazel

📋 copy color: '#D0C691'

red 208 ◦ green 198 ◦ blue 145

#D0C691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D0C691

Tints of Winter Hazel #D0C691

RGB

 RED value IS 208 (81.64% from 255) = 37.75%

 GREEN value IS 198 (77.73% from 255) = 35.93%

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 37.75%
G = 35.93%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0C691 (or 0xD0C691) is known color: Winter Hazel. HEX triplet: D0, C6 and 91. RGB value is (208,198,145). Sum of RGB (Red+Green+Blue) = 208+198+145=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C691 is #2F396E. Grayscale: #C3C3C3. Windows color (decimal): -3094895 or 9553616. OLE color: 9553616.

HSL color Cylindrical-coordinate representation of color #D0C691: hue angle of 50.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0C691 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 145 -
CMYK 0 0.05 0.30 0.18
HSL 50.48º 0.4% 0.69% -
HSV(B) 50.48º 0.3% 0.82% -
XYZ 51.32 55.84 34.86 -
YUV 194.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 208 198 145 0 0.05 0.30 0.18 50.48 0.4 0.69
Hex D0 C6 91 0 5 1E 12 32 28 45
Octal 320 306 221 0 5 36 22 62 50 105
Binary 11010000 11000110 10010001 0 101 11110 10010 110010 101000 1000101

Color Harmonies of #D0C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C691

Black with #D0C691

Text Example


Text Example

White with #D0C691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C691; }

 p { color: rgb(208,198,145); }

 H1.HeaderClassName
 {
   color: #D0C691;
 }
 .AnyTagClassName
 {
   color: #D0C691;
 }
</style>

background-color css

<style>
 a { background-color: #D0C691; }

 a { background-color: rgb(208,198,145); }

 div.DivClassName
 {
   background-color: #D0C691;
 }
 .BgClassName
 {
   background-color: #D0C691;
 }
</style>

border-color css

<style>
 span { border-color: #D0C691; }

 span { border-color: rgb(208,198,145); }

 td.TdClassName
 {
   border-color: #D0C691;
 }
 .TagClassName
 {
   border-color: #D0C691;
 }
</style>