Html Css Color HEX #D1CB82 Winter Hazel

📋 copy color: '#D1CB82'

red 209 ◦ green 203 ◦ blue 130

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

Shades of Winter Hazel #D1CB82

Tints of Winter Hazel #D1CB82

RGB

 RED value IS 209 (82.03% from 255) = 38.56%

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 130 (51.17% from 255) = 23.99%

R = 38.56%
G = 37.45%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D1CB82 (or 0xD1CB82) is known color: Winter Hazel. HEX triplet: D1, CB and 82. RGB value is (209,203,130). Sum of RGB (Red+Green+Blue) = 209+203+130=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CB82 is #2E347D. Grayscale: #C4C4C4. Windows color (decimal): -3028094 or 8571857. OLE color: 8571857.

HSL color Cylindrical-coordinate representation of color #D1CB82: hue angle of 55.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1CB82 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 203 130 -
CMYK 0 0.03 0.38 0.18
HSL 55.44º 0.46% 0.66% -
HSV(B) 55.44º 0.38% 0.82% -
XYZ 51.68 57.88 29.57 -
YUV 196.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 209 203 130 0 0.03 0.38 0.18 55.44 0.46 0.66
Hex D1 CB 82 0 3 26 12 37 2E 42
Octal 321 313 202 0 3 46 22 67 56 102
Binary 11010001 11001011 10000010 0 11 100110 10010 110111 101110 1000010

Color Harmonies of #D1CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB82

Black with #D1CB82

Text Example


Text Example

White with #D1CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB82; }

 p { color: rgb(209,203,130); }

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

background-color css

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

 a { background-color: rgb(209,203,130); }

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

border-color css

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

 span { border-color: rgb(209,203,130); }

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