#CCCC61

Color #CCCC61 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCCC61

Tints of Wild Willow #CCCC61

Color information

#CCCC61 (or 0xCCCC61) is unknown color: approx Wild Willow. HEX triplet: CC, CC and 61. RGB value is (204,204,97). Sum of RGB (Red+Green+Blue) = 204+204+97=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC61 is #33339E. Grayscale: #C0C0C0. Windows color (decimal): -3355551 or 6409420. OLE color: 6409420.

HSL color Cylindrical-coordinate representation of color #CCCC61: hue angle of 60º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCCC61 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20420497-
CMYK000.520.2
HSL60º51.2%59.02%-
HSV(B)60º52.45%80%-
XYZ48.6556.8919.73-
YUV191.874.5136.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=40.40%
G=40.40%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420497000.520.26051.259.02
HexCCCC610034143c333b
Octal314314141006424746373
Binary110011001100110011000010011010010100111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC61; }

 p { color: rgb(204,204,97); }

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

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

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

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

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

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

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