Html Css Color HEX #D0CA88 Winter Hazel

📋 copy color: '#D0CA88'

red 208 ◦ green 202 ◦ blue 136

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

Shades of Winter Hazel #D0CA88

Tints of Winter Hazel #D0CA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 38.1%
G = 37%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0CA88 (or 0xD0CA88) is known color: Winter Hazel. HEX triplet: D0, CA and 88. RGB value is (208,202,136). Sum of RGB (Red+Green+Blue) = 208+202+136=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA88 is #2F3577. Grayscale: #C4C4C4. Windows color (decimal): -3093880 or 8964816. OLE color: 8964816.

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

Color convert

RGB 208 202 136 -
CMYK 0 0.03 0.35 0.18
HSL 55º 0.43% 0.67% -
HSV(B) 55º 0.35% 0.82% -
XYZ 51.58 57.43 31.66 -
YUV 196.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 208 202 136 0 0.03 0.35 0.18 55 0.43 0.67
Hex D0 CA 88 0 3 23 12 37 2B 43
Octal 320 312 210 0 3 43 22 67 53 103
Binary 11010000 11001010 10001000 0 11 100011 10010 110111 101011 1000011

Color Harmonies of #D0CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA88

Black with #D0CA88

Text Example


Text Example

White with #D0CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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