#CCC28D

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

Shades of Winter Hazel #CCC28D

Tints of Winter Hazel #CCC28D

Color information

#CCC28D (or 0xCCC28D) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 8D. RGB value is (204,194,141). Sum of RGB (Red+Green+Blue) = 204+194+141=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28D is #333D72. Grayscale: #BFBFBF. Windows color (decimal): -3358067 or 9290444. OLE color: 9290444.

HSL color Cylindrical-coordinate representation of color #CCC28D: hue angle of 50.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC28D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204194141-
CMYK00.050.310.2
HSL50.48º38.18%67.65%-
HSV(B)50.48º30.88%80%-
XYZ4953.3432.91-
YUV190.9599.81137.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=37.85%
G=35.99%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419414100.050.310.250.4838.1867.65
HexCCC28D051F14322644
Octal3143022150537246246104
Binary110011001100001010001101010111111101001100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC28D; }

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

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

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

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

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

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

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

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