#CCD665

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

Shades of Wild Willow #CCD665

Tints of Wild Willow #CCD665

Color information

#CCD665 (or 0xCCD665) is unknown color: approx Wild Willow. HEX triplet: CC, D6 and 65. RGB value is (204,214,101). Sum of RGB (Red+Green+Blue) = 204+214+101=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD665 is #33299A. Grayscale: #C6C6C6. Windows color (decimal): -3352987 or 6674124. OLE color: 6674124.

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

Color convert

RGB204214101-
CMYK0.0500.530.16
HSL65.31º57.95%61.76%-
HSV(B)65.31º52.8%83.92%-
XYZ51.361.8721.55-
YUV198.1373.19132.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=39.31%
G=41.23%
B=19.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141010.0500.530.1665.3157.9561.76
HexCCD665503510413a3e
Octal3143261455065201017276
Binary110011001101011011001011010110101100001000001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD665; }

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

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

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

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

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

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

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

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