Html Css Color HEX #D5CC8D Winter Hazel

📋 copy color: '#D5CC8D'

red 213 ◦ green 204 ◦ blue 141

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

Shades of Winter Hazel #D5CC8D

Tints of Winter Hazel #D5CC8D

RGB

 RED value IS 213 (83.59% from 255) = 38.17%

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

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

R = 38.17%
G = 36.56%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5CC8D (or 0xD5CC8D) is known color: Winter Hazel. HEX triplet: D5, CC and 8D. RGB value is (213,204,141). Sum of RGB (Red+Green+Blue) = 213+204+141=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC8D is #2A3372. Grayscale: #C7C7C7. Windows color (decimal): -2765683 or 9293013. OLE color: 9293013.

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

Color convert

RGB 213 204 141 -
CMYK 0 0.04 0.34 0.16
HSL 52.5º 0.46% 0.69% -
HSV(B) 52.5º 0.34% 0.84% -
XYZ 53.84 59.25 33.8 -
YUV 199.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 213 204 141 0 0.04 0.34 0.16 52.5 0.46 0.69
Hex D5 CC 8D 0 4 22 10 34 2E 45
Octal 325 314 215 0 4 42 20 64 56 105
Binary 11010101 11001100 10001101 0 100 100010 10000 110100 101110 1000101

Color Harmonies of #D5CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC8D

Black with #D5CC8D

Text Example


Text Example

White with #D5CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC8D; }

 p { color: rgb(213,204,141); }

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

background-color css

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

 a { background-color: rgb(213,204,141); }

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

border-color css

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

 span { border-color: rgb(213,204,141); }

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