Html Css Color HEX #D3CC7C Winter Hazel

📋 copy color: '#D3CC7C'

red 211 ◦ green 204 ◦ blue 124

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

Shades of Winter Hazel #D3CC7C

Tints of Winter Hazel #D3CC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 39.15%
G = 37.85%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3CC7C (or 0xD3CC7C) is known color: Winter Hazel. HEX triplet: D3, CC and 7C. RGB value is (211,204,124). Sum of RGB (Red+Green+Blue) = 211+204+124=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC7C is #2C3383. Grayscale: #C5C5C5. Windows color (decimal): -2896772 or 8178899. OLE color: 8178899.

HSL color Cylindrical-coordinate representation of color #D3CC7C: hue angle of 55.17º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3CC7C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 204 124 -
CMYK 0 0.03 0.41 0.17
HSL 55.17º 0.5% 0.66% -
HSV(B) 55.17º 0.41% 0.83% -
XYZ 52.09 58.49 27.61 -
YUV 196.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 211 204 124 0 0.03 0.41 0.17 55.17 0.5 0.66
Hex D3 CC 7C 0 3 29 11 37 32 42
Octal 323 314 174 0 3 51 21 67 62 102
Binary 11010011 11001100 1111100 0 11 101001 10001 110111 110010 1000010

Color Harmonies of #D3CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC7C

Black with #D3CC7C

Text Example


Text Example

White with #D3CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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