#CCC67F

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

Shades of Winter Hazel #CCC67F

Tints of Winter Hazel #CCC67F

Color information

#CCC67F (or 0xCCC67F) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 7F. RGB value is (204,198,127). Sum of RGB (Red+Green+Blue) = 204+198+127=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67F is #333980. Grayscale: #BFBFBF. Windows color (decimal): -3357057 or 8373964. OLE color: 8373964.

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

Color convert

RGB204198127-
CMYK00.030.380.2
HSL55.32º43.02%64.9%-
HSV(B)55.32º37.75%80%-
XYZ48.9354.7628.07-
YUV191.791.49136.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 127 (50% from 255) = 24.01%
R=38.56%
G=37.43%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419812700.030.380.255.3243.0264.9
HexCCC67F032614372b41
Octal3143061770346246753101
Binary11001100110001101111111011100110101001101111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC67F; }

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

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

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

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

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

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

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

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