Html Css Color HEX #D1CB85 Winter Hazel

📋 copy color: '#D1CB85'

red 209 ◦ green 203 ◦ blue 133

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

Shades of Winter Hazel #D1CB85

Tints of Winter Hazel #D1CB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.4%

R = 38.35%
G = 37.25%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D1CB85 (or 0xD1CB85) is known color: Winter Hazel. HEX triplet: D1, CB and 85. RGB value is (209,203,133). Sum of RGB (Red+Green+Blue) = 209+203+133=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CB85 is #2E347A. Grayscale: #C5C5C5. Windows color (decimal): -3028091 or 8768465. OLE color: 8768465.

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

Color convert

RGB 209 203 133 -
CMYK 0 0.03 0.36 0.18
HSL 55.26º 0.45% 0.67% -
HSV(B) 55.26º 0.36% 0.82% -
XYZ 51.88 57.96 30.64 -
YUV 196.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 209 203 133 0 0.03 0.36 0.18 55.26 0.45 0.67
Hex D1 CB 85 0 3 24 12 37 2D 43
Octal 321 313 205 0 3 44 22 67 55 103
Binary 11010001 11001011 10000101 0 11 100100 10010 110111 101101 1000011

Color Harmonies of #D1CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB85

Black with #D1CB85

Text Example


Text Example

White with #D1CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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