#CECC61

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

Shades of Wild Willow #CECC61

Tints of Wild Willow #CECC61

Color information

#CECC61 (or 0xCECC61) is unknown color: approx Wild Willow. HEX triplet: CE, CC and 61. RGB value is (206,204,97). Sum of RGB (Red+Green+Blue) = 206+204+97=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC61 is #31339E. Grayscale: #C0C0C0. Windows color (decimal): -3224479 or 6409422. OLE color: 6409422.

HSL color Cylindrical-coordinate representation of color #CECC61: hue angle of 58.9º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CECC61 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20620497-
CMYK00.010.530.19
HSL58.9º52.66%59.41%-
HSV(B)58.9º52.91%80.78%-
XYZ49.257.1719.75-
YUV192.474.16137.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=40.63%
G=40.24%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062049700.010.530.1958.952.6659.41
HexCECC610135133b353b
Octal316314141016523736573
Binary110011101100110011000010111010110011111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC61; }

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

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

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

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

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

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

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

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