Html Css Color HEX #D4CC8B Winter Hazel

📋 copy color: '#D4CC8B'

red 212 ◦ green 204 ◦ blue 139

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

Shades of Winter Hazel #D4CC8B

Tints of Winter Hazel #D4CC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 38.2%
G = 36.76%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4CC8B (or 0xD4CC8B) is known color: Winter Hazel. HEX triplet: D4, CC and 8B. RGB value is (212,204,139). Sum of RGB (Red+Green+Blue) = 212+204+139=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC8B is #2B3374. Grayscale: #C7C7C7. Windows color (decimal): -2831221 or 9161940. OLE color: 9161940.

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

Color convert

RGB 212 204 139 -
CMYK 0 0.04 0.34 0.17
HSL 53.42º 0.46% 0.69% -
HSV(B) 53.42º 0.34% 0.83% -
XYZ 53.4 59.05 33.01 -
YUV 198.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 212 204 139 0 0.04 0.34 0.17 53.42 0.46 0.69
Hex D4 CC 8B 0 4 22 11 35 2E 45
Octal 324 314 213 0 4 42 21 65 56 105
Binary 11010100 11001100 10001011 0 100 100010 10001 110101 101110 1000101

Color Harmonies of #D4CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC8B

Black with #D4CC8B

Text Example


Text Example

White with #D4CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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