Html Css Color HEX #D0C781 Winter Hazel

📋 copy color: '#D0C781'

red 208 ◦ green 199 ◦ blue 129

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

Shades of Winter Hazel #D0C781

Tints of Winter Hazel #D0C781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.07%

R = 38.81%
G = 37.13%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0C781 (or 0xD0C781) is known color: Winter Hazel. HEX triplet: D0, C7 and 81. RGB value is (208,199,129). Sum of RGB (Red+Green+Blue) = 208+199+129=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C781 is #2F387E. Grayscale: #C2C2C2. Windows color (decimal): -3094655 or 8505296. OLE color: 8505296.

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

Color convert

RGB 208 199 129 -
CMYK 0 0.04 0.38 0.18
HSL 53.16º 0.46% 0.66% -
HSV(B) 53.16º 0.38% 0.82% -
XYZ 50.4 55.84 28.89 -
YUV 193.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 208 199 129 0 0.04 0.38 0.18 53.16 0.46 0.66
Hex D0 C7 81 0 4 26 12 35 2E 42
Octal 320 307 201 0 4 46 22 65 56 102
Binary 11010000 11000111 10000001 0 100 100110 10010 110101 101110 1000010

Color Harmonies of #D0C781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C781

Black with #D0C781

Text Example


Text Example

White with #D0C781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C781; }

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

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

background-color css

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

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

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

border-color css

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

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

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