#CCC67D

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

Shades of Winter Hazel #CCC67D

Tints of Winter Hazel #CCC67D

Color information

#CCC67D (or 0xCCC67D) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 7D. RGB value is (204,198,125). Sum of RGB (Red+Green+Blue) = 204+198+125=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67D is #333982. Grayscale: #BFBFBF. Windows color (decimal): -3357059 or 8242892. OLE color: 8242892.

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

Color convert

RGB204198125-
CMYK00.030.390.2
HSL55.44º43.65%64.51%-
HSV(B)55.44º38.73%80%-
XYZ48.854.7127.39-
YUV191.4790.49136.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=38.71%
G=37.57%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419812500.030.390.255.4443.6564.51
HexCCC67D032714372c41
Octal3143061750347246754101
Binary11001100110001101111101011100111101001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC67D; }

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

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

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

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

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

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

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

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