Html Css Color HEX #D4C975 Winter Hazel

📋 copy color: '#D4C975'

red 212 ◦ green 201 ◦ blue 117

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

Shades of Winter Hazel #D4C975

Tints of Winter Hazel #D4C975

RGB

 RED value IS 212 (83.2% from 255) = 40%

 GREEN value IS 201 (78.91% from 255) = 37.92%

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

R = 40%
G = 37.92%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4C975 (or 0xD4C975) is known color: Winter Hazel. HEX triplet: D4, C9 and 75. RGB value is (212,201,117). Sum of RGB (Red+Green+Blue) = 212+201+117=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C975 is #2B368A. Grayscale: #C3C3C3. Windows color (decimal): -2832011 or 7719380. OLE color: 7719380.

HSL color Cylindrical-coordinate representation of color #D4C975: hue angle of 53.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4C975 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 201 117 -
CMYK 0 0.05 0.45 0.17
HSL 53.05º 0.52% 0.65% -
HSV(B) 53.05º 0.45% 0.83% -
XYZ 51.25 57.05 25.14 -
YUV 194.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 212 201 117 0 0.05 0.45 0.17 53.05 0.52 0.65
Hex D4 C9 75 0 5 2D 11 35 34 41
Octal 324 311 165 0 5 55 21 65 64 101
Binary 11010100 11001001 1110101 0 101 101101 10001 110101 110100 1000001

Color Harmonies of #D4C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C975

Black with #D4C975

Text Example


Text Example

White with #D4C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C975; }

 p { color: rgb(212,201,117); }

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

background-color css

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

 a { background-color: rgb(212,201,117); }

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

border-color css

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

 span { border-color: rgb(212,201,117); }

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