Html Css Color HEX #D0C475 Winter Hazel

📋 copy color: '#D0C475'

red 208 ◦ green 196 ◦ blue 117

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

Shades of Winter Hazel #D0C475

Tints of Winter Hazel #D0C475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.46%

R = 39.92%
G = 37.62%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0C475 (or 0xD0C475) is known color: Winter Hazel. HEX triplet: D0, C4 and 75. RGB value is (208,196,117). Sum of RGB (Red+Green+Blue) = 208+196+117=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C475 is #2F3B8A. Grayscale: #BEBEBE. Windows color (decimal): -3095435 or 7718096. OLE color: 7718096.

HSL color Cylindrical-coordinate representation of color #D0C475: hue angle of 52.09º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0C475 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 117 -
CMYK 0 0.06 0.44 0.18
HSL 52.09º 0.49% 0.64% -
HSV(B) 52.09º 0.44% 0.82% -
XYZ 48.96 54.17 24.71 -
YUV 190.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 208 196 117 0 0.06 0.44 0.18 52.09 0.49 0.64
Hex D0 C4 75 0 6 2C 12 34 31 40
Octal 320 304 165 0 6 54 22 64 61 100
Binary 11010000 11000100 1110101 0 110 101100 10010 110100 110001 1000000

Color Harmonies of #D0C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C475

Black with #D0C475

Text Example


Text Example

White with #D0C475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C475; }

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

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

background-color css

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

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

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

border-color css

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

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

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