Html Css Color HEX #D4CA8D Winter Hazel

📋 copy color: '#D4CA8D'

red 212 ◦ green 202 ◦ blue 141

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

Shades of Winter Hazel #D4CA8D

Tints of Winter Hazel #D4CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.41%

R = 38.2%
G = 36.4%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4CA8D (or 0xD4CA8D) is known color: Winter Hazel. HEX triplet: D4, CA and 8D. RGB value is (212,202,141). Sum of RGB (Red+Green+Blue) = 212+202+141=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CA8D is #2B3572. Grayscale: #C6C6C6. Windows color (decimal): -2831731 or 9292500. OLE color: 9292500.

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

Color convert

RGB 212 202 141 -
CMYK 0 0.05 0.33 0.17
HSL 51.55º 0.45% 0.69% -
HSV(B) 51.55º 0.33% 0.83% -
XYZ 53.08 58.16 33.63 -
YUV 198.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 212 202 141 0 0.05 0.33 0.17 51.55 0.45 0.69
Hex D4 CA 8D 0 5 21 11 34 2D 45
Octal 324 312 215 0 5 41 21 64 55 105
Binary 11010100 11001010 10001101 0 101 100001 10001 110100 101101 1000101

Color Harmonies of #D4CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA8D

Black with #D4CA8D

Text Example


Text Example

White with #D4CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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