Html Css Color HEX #D0CA8D Winter Hazel

📋 copy color: '#D0CA8D'

red 208 ◦ green 202 ◦ blue 141

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

Shades of Winter Hazel #D0CA8D

Tints of Winter Hazel #D0CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 37.75%
G = 36.66%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0CA8D (or 0xD0CA8D) is known color: Winter Hazel. HEX triplet: D0, CA and 8D. RGB value is (208,202,141). Sum of RGB (Red+Green+Blue) = 208+202+141=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA8D is #2F3572. Grayscale: #C5C5C5. Windows color (decimal): -3093875 or 9292496. OLE color: 9292496.

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

Color convert

RGB 208 202 141 -
CMYK 0 0.03 0.32 0.18
HSL 54.63º 0.42% 0.68% -
HSV(B) 54.63º 0.32% 0.82% -
XYZ 51.94 57.57 33.57 -
YUV 196.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 208 202 141 0 0.03 0.32 0.18 54.63 0.42 0.68
Hex D0 CA 8D 0 3 20 12 37 2A 44
Octal 320 312 215 0 3 40 22 67 52 104
Binary 11010000 11001010 10001101 0 11 100000 10010 110111 101010 1000100

Color Harmonies of #D0CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA8D

Black with #D0CA8D

Text Example


Text Example

White with #D0CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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