#D5CC7F

Color #D5CC7F Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D5CC7F

Tints of Winter Hazel #D5CC7F

Color information

#D5CC7F (or 0xD5CC7F) is unknown color: approx Winter Hazel. HEX triplet: D5, CC and 7F. RGB value is (213,204,127). Sum of RGB (Red+Green+Blue) = 213+204+127=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC7F is #2A3380. Grayscale: #C6C6C6. Windows color (decimal): -2765697 or 8375509. OLE color: 8375509.

HSL color Cylindrical-coordinate representation of color #D5CC7F: hue angle of 53.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5CC7F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213204127-
CMYK00.040.400.16
HSL53.72º50.59%66.67%-
HSV(B)53.72º40.38%83.53%-
XYZ52.8658.8628.65-
YUV197.9187.98138.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 23.35%
R=39.15%
G=37.5%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320412700.040.400.1653.7250.5966.67
HexD5CC7F042810363343
Octal3253141770450206663103
Binary110101011100110011111110100101000100001101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CC7F; }

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

 H1.HeaderClassName
 {
   color: #D5CC7F;
 }
 .AnyTagClassName
 {
   color: #D5CC7F;
 }
</style>
background-color css

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

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

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

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

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

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