Html Css Color HEX #D2C975 Winter Hazel

📋 copy color: '#D2C975'

red 210 ◦ green 201 ◦ blue 117

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

Shades of Winter Hazel #D2C975

Tints of Winter Hazel #D2C975

RGB

 RED value IS 210 (82.42% from 255) = 39.77%

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

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

R = 39.77%
G = 38.07%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2C975 (or 0xD2C975) is known color: Winter Hazel. HEX triplet: D2, C9 and 75. RGB value is (210,201,117). Sum of RGB (Red+Green+Blue) = 210+201+117=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C975 is #2D368A. Grayscale: #C2C2C2. Windows color (decimal): -2963083 or 7719378. OLE color: 7719378.

HSL color Cylindrical-coordinate representation of color #D2C975: hue angle of 54.19º degrees, saturation: 0.51, 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 #D2C975 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 117 -
CMYK 0 0.04 0.44 0.18
HSL 54.19º 0.51% 0.64% -
HSV(B) 54.19º 0.44% 0.82% -
XYZ 50.68 56.76 25.11 -
YUV 194.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 210 201 117 0 0.04 0.44 0.18 54.19 0.51 0.64
Hex D2 C9 75 0 4 2C 12 36 33 40
Octal 322 311 165 0 4 54 22 66 63 100
Binary 11010010 11001001 1110101 0 100 101100 10010 110110 110011 1000000

Color Harmonies of #D2C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C975

Black with #D2C975

Text Example


Text Example

White with #D2C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C975; }

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

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

background-color css

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

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

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

border-color css

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

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

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