Html Css Color HEX #D0C77C Winter Hazel

📋 copy color: '#D0C77C'

red 208 ◦ green 199 ◦ blue 124

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

Shades of Winter Hazel #D0C77C

Tints of Winter Hazel #D0C77C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.48%

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

R = 39.17%
G = 37.48%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C77C (or 0xD0C77C) is known color: Winter Hazel. HEX triplet: D0, C7 and 7C. RGB value is (208,199,124). Sum of RGB (Red+Green+Blue) = 208+199+124=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C77C is #2F3883. Grayscale: #C1C1C1. Windows color (decimal): -3094660 or 8177616. OLE color: 8177616.

HSL color Cylindrical-coordinate representation of color #D0C77C: hue angle of 53.57º 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 #D0C77C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 124 -
CMYK 0 0.04 0.40 0.18
HSL 53.57º 0.47% 0.65% -
HSV(B) 53.57º 0.4% 0.82% -
XYZ 50.07 55.71 27.18 -
YUV 193.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 208 199 124 0 0.04 0.40 0.18 53.57 0.47 0.65
Hex D0 C7 7C 0 4 28 12 36 2F 41
Octal 320 307 174 0 4 50 22 66 57 101
Binary 11010000 11000111 1111100 0 100 101000 10010 110110 101111 1000001

Color Harmonies of #D0C77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C77C

Black with #D0C77C

Text Example


Text Example

White with #D0C77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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