Html Css Color HEX #D0CA81 Winter Hazel

📋 copy color: '#D0CA81'

red 208 ◦ green 202 ◦ blue 129

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

Shades of Winter Hazel #D0CA81

Tints of Winter Hazel #D0CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

 BLUE value IS 129 (50.78% from 255) = 23.93%

R = 38.59%
G = 37.48%
B = 23.93%

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

#D0CA81 (or 0xD0CA81) is known color: Winter Hazel. HEX triplet: D0, CA and 81. RGB value is (208,202,129). Sum of RGB (Red+Green+Blue) = 208+202+129=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA81 is #2F357E. Grayscale: #C3C3C3. Windows color (decimal): -3093887 or 8506064. OLE color: 8506064.

HSL color Cylindrical-coordinate representation of color #D0CA81: 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 #D0CA81 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 202 129 -
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.1 57.24 29.12 -
YUV 195.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 208 202 129 0 0.03 0.38 0.18 55.44 0.46 0.66
Hex D0 CA 81 0 3 26 12 37 2E 42
Octal 320 312 201 0 3 46 22 67 56 102
Binary 11010000 11001010 10000001 0 11 100110 10010 110111 101110 1000010

Color Harmonies of #D0CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA81

Black with #D0CA81

Text Example


Text Example

White with #D0CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA81; }

 p { color: rgb(208,202,129); }

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

background-color css

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

 a { background-color: rgb(208,202,129); }

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

border-color css

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

 span { border-color: rgb(208,202,129); }

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