Html Css Color HEX #D0C47C Winter Hazel

📋 copy color: '#D0C47C'

red 208 ◦ green 196 ◦ blue 124

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

Shades of Winter Hazel #D0C47C

Tints of Winter Hazel #D0C47C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 39.39%
G = 37.12%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C47C (or 0xD0C47C) is known color: Winter Hazel. HEX triplet: D0, C4 and 7C. RGB value is (208,196,124). Sum of RGB (Red+Green+Blue) = 208+196+124=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C47C is #2F3B83. Grayscale: #BFBFBF. Windows color (decimal): -3095428 or 8176848. OLE color: 8176848.

HSL color Cylindrical-coordinate representation of color #D0C47C: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0C47C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 124 -
CMYK 0 0.06 0.40 0.18
HSL 51.43º 0.47% 0.65% -
HSV(B) 51.43º 0.4% 0.82% -
XYZ 49.39 54.34 26.96 -
YUV 191.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 208 196 124 0 0.06 0.40 0.18 51.43 0.47 0.65
Hex D0 C4 7C 0 6 28 12 33 2F 41
Octal 320 304 174 0 6 50 22 63 57 101
Binary 11010000 11000100 1111100 0 110 101000 10010 110011 101111 1000001

Color Harmonies of #D0C47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C47C

Black with #D0C47C

Text Example


Text Example

White with #D0C47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C47C; }

 p { color: rgb(208,196,124); }

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

background-color css

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

 a { background-color: rgb(208,196,124); }

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

border-color css

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

 span { border-color: rgb(208,196,124); }

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