#CCD666

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

Shades of Wild Willow #CCD666

Tints of Wild Willow #CCD666

Color information

#CCD666 (or 0xCCD666) is unknown color: approx Wild Willow. HEX triplet: CC, D6 and 66. RGB value is (204,214,102). Sum of RGB (Red+Green+Blue) = 204+214+102=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD666 is #332999. Grayscale: #C6C6C6. Windows color (decimal): -3352986 or 6739660. OLE color: 6739660.

HSL color Cylindrical-coordinate representation of color #CCD666: hue angle of 65.36º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD666 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB204214102-
CMYK0.0500.520.16
HSL65.36º57.73%61.96%-
HSV(B)65.36º52.34%83.92%-
XYZ51.3561.8921.81-
YUV198.2473.69132.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=39.23%
G=41.15%
B=19.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141020.0500.520.1665.3657.7361.96
HexCCD666503410413a3e
Octal3143261465064201017276
Binary110011001101011011001101010110100100001000001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD666; }

 p { color: rgb(204,214,102); }

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

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

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

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

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

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

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