Html Css Color HEX #D0C679 Winter Hazel

📋 copy color: '#D0C679'

red 208 ◦ green 198 ◦ blue 121

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

Shades of Winter Hazel #D0C679

Tints of Winter Hazel #D0C679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.57%

 BLUE value IS 121 (47.66% from 255) = 22.96%

R = 39.47%
G = 37.57%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0C679 (or 0xD0C679) is known color: Winter Hazel. HEX triplet: D0, C6 and 79. RGB value is (208,198,121). Sum of RGB (Red+Green+Blue) = 208+198+121=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C679 is #2F3986. Grayscale: #C0C0C0. Windows color (decimal): -3094919 or 7980752. OLE color: 7980752.

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

Color convert

RGB 208 198 121 -
CMYK 0 0.05 0.42 0.18
HSL 53.1º 0.48% 0.65% -
HSV(B) 53.1º 0.42% 0.82% -
XYZ 49.66 55.18 26.12 -
YUV 192.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 208 198 121 0 0.05 0.42 0.18 53.1 0.48 0.65
Hex D0 C6 79 0 5 2A 12 35 30 41
Octal 320 306 171 0 5 52 22 65 60 101
Binary 11010000 11000110 1111001 0 101 101010 10010 110101 110000 1000001

Color Harmonies of #D0C679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C679

Black with #D0C679

Text Example


Text Example

White with #D0C679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C679; }

 p { color: rgb(208,198,121); }

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

background-color css

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

 a { background-color: rgb(208,198,121); }

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

border-color css

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

 span { border-color: rgb(208,198,121); }

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