Html Css Color HEX #D0C77F Winter Hazel

📋 copy color: '#D0C77F'

red 208 ◦ green 199 ◦ blue 127

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

Shades of Winter Hazel #D0C77F

Tints of Winter Hazel #D0C77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 38.95%
G = 37.27%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0C77F (or 0xD0C77F) is known color: Winter Hazel. HEX triplet: D0, C7 and 7F. RGB value is (208,199,127). Sum of RGB (Red+Green+Blue) = 208+199+127=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C77F is #2F3880. Grayscale: #C1C1C1. Windows color (decimal): -3094657 or 8374224. OLE color: 8374224.

HSL color Cylindrical-coordinate representation of color #D0C77F: hue angle of 53.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C77F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 127 -
CMYK 0 0.04 0.39 0.18
HSL 53.33º 0.46% 0.66% -
HSV(B) 53.33º 0.39% 0.82% -
XYZ 50.27 55.79 28.2 -
YUV 193.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 208 199 127 0 0.04 0.39 0.18 53.33 0.46 0.66
Hex D0 C7 7F 0 4 27 12 35 2E 42
Octal 320 307 177 0 4 47 22 65 56 102
Binary 11010000 11000111 1111111 0 100 100111 10010 110101 101110 1000010

Color Harmonies of #D0C77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C77F

Black with #D0C77F

Text Example


Text Example

White with #D0C77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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