Html Css Color HEX #D4CA75 Winter Hazel

📋 copy color: '#D4CA75'

red 212 ◦ green 202 ◦ blue 117

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

Shades of Winter Hazel #D4CA75

Tints of Winter Hazel #D4CA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

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

R = 39.92%
G = 38.04%
B = 22.03%

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

#D4CA75 (or 0xD4CA75) is known color: Winter Hazel. HEX triplet: D4, CA and 75. RGB value is (212,202,117). Sum of RGB (Red+Green+Blue) = 212+202+117=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA75 is #2B358A. Grayscale: #C3C3C3. Windows color (decimal): -2831755 or 7719636. OLE color: 7719636.

HSL color Cylindrical-coordinate representation of color #D4CA75: hue angle of 53.68º 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 #D4CA75 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 117 -
CMYK 0 0.05 0.45 0.17
HSL 53.68º 0.52% 0.65% -
HSV(B) 53.68º 0.45% 0.83% -
XYZ 51.48 57.52 25.22 -
YUV 195.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 212 202 117 0 0.05 0.45 0.17 53.68 0.52 0.65
Hex D4 CA 75 0 5 2D 11 36 34 41
Octal 324 312 165 0 5 55 21 66 64 101
Binary 11010100 11001010 1110101 0 101 101101 10001 110110 110100 1000001

Color Harmonies of #D4CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA75

Black with #D4CA75

Text Example


Text Example

White with #D4CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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