Html Css Color HEX #D3CC8C Winter Hazel

📋 copy color: '#D3CC8C'

red 211 ◦ green 204 ◦ blue 140

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

Shades of Winter Hazel #D3CC8C

Tints of Winter Hazel #D3CC8C

RGB

 RED value IS 211 (82.81% from 255) = 38.02%

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

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 38.02%
G = 36.76%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3CC8C (or 0xD3CC8C) is known color: Winter Hazel. HEX triplet: D3, CC and 8C. RGB value is (211,204,140). Sum of RGB (Red+Green+Blue) = 211+204+140=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CC8C is #2C3373. Grayscale: #C7C7C7. Windows color (decimal): -2896756 or 9227475. OLE color: 9227475.

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

Color convert

RGB 211 204 140 -
CMYK 0 0.03 0.34 0.17
HSL 54.08º 0.45% 0.69% -
HSV(B) 54.08º 0.34% 0.83% -
XYZ 53.19 58.93 33.38 -
YUV 198.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 211 204 140 0 0.03 0.34 0.17 54.08 0.45 0.69
Hex D3 CC 8C 0 3 22 11 36 2D 45
Octal 323 314 214 0 3 42 21 66 55 105
Binary 11010011 11001100 10001100 0 11 100010 10001 110110 101101 1000101

Color Harmonies of #D3CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC8C

Black with #D3CC8C

Text Example


Text Example

White with #D3CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC8C; }

 p { color: rgb(211,204,140); }

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

background-color css

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

 a { background-color: rgb(211,204,140); }

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

border-color css

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

 span { border-color: rgb(211,204,140); }

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