Html Css Color HEX #D2CB85 Winter Hazel

📋 copy color: '#D2CB85'

red 210 ◦ green 203 ◦ blue 133

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

Shades of Winter Hazel #D2CB85

Tints of Winter Hazel #D2CB85

RGB

 RED value IS 210 (82.42% from 255) = 38.46%

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

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

R = 38.46%
G = 37.18%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D2CB85 (or 0xD2CB85) is known color: Winter Hazel. HEX triplet: D2, CB and 85. RGB value is (210,203,133). Sum of RGB (Red+Green+Blue) = 210+203+133=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB85 is #2D347A. Grayscale: #C5C5C5. Windows color (decimal): -2962555 or 8768466. OLE color: 8768466.

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

Color convert

RGB 210 203 133 -
CMYK 0 0.03 0.37 0.18
HSL 54.55º 0.46% 0.67% -
HSV(B) 54.55º 0.37% 0.82% -
XYZ 52.17 58.11 30.66 -
YUV 197.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 210 203 133 0 0.03 0.37 0.18 54.55 0.46 0.67
Hex D2 CB 85 0 3 25 12 37 2E 43
Octal 322 313 205 0 3 45 22 67 56 103
Binary 11010010 11001011 10000101 0 11 100101 10010 110111 101110 1000011

Color Harmonies of #D2CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB85

Black with #D2CB85

Text Example


Text Example

White with #D2CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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