Html Css Color HEX #D4CA8B Winter Hazel

📋 copy color: '#D4CA8B'

red 212 ◦ green 202 ◦ blue 139

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

Shades of Winter Hazel #D4CA8B

Tints of Winter Hazel #D4CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.14%

R = 38.34%
G = 36.53%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4CA8B (or 0xD4CA8B) is known color: Winter Hazel. HEX triplet: D4, CA and 8B. RGB value is (212,202,139). Sum of RGB (Red+Green+Blue) = 212+202+139=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CA8B is #2B3574. Grayscale: #C6C6C6. Windows color (decimal): -2831733 or 9161428. OLE color: 9161428.

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

Color convert

RGB 212 202 139 -
CMYK 0 0.05 0.34 0.17
HSL 51.78º 0.46% 0.69% -
HSV(B) 51.78º 0.34% 0.83% -
XYZ 52.93 58.1 32.85 -
YUV 197.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 212 202 139 0 0.05 0.34 0.17 51.78 0.46 0.69
Hex D4 CA 8B 0 5 22 11 34 2E 45
Octal 324 312 213 0 5 42 21 64 56 105
Binary 11010100 11001010 10001011 0 101 100010 10001 110100 101110 1000101

Color Harmonies of #D4CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA8B

Black with #D4CA8B

Text Example


Text Example

White with #D4CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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