#CCD765

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

Shades of Wild Willow #CCD765

Tints of Wild Willow #CCD765

Color information

#CCD765 (or 0xCCD765) is unknown color: approx Wild Willow. HEX triplet: CC, D7 and 65. RGB value is (204,215,101). Sum of RGB (Red+Green+Blue) = 204+215+101=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD765 is #33289A. Grayscale: #C7C7C7. Windows color (decimal): -3352731 or 6674380. OLE color: 6674380.

HSL color Cylindrical-coordinate representation of color #CCD765: hue angle of 65.79º degrees, saturation: 0.59, 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 #CCD765 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB204215101-
CMYK0.0500.530.16
HSL65.79º58.76%61.96%-
HSV(B)65.79º53.02%84.31%-
XYZ51.5562.3821.64-
YUV198.7272.86131.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=39.23%
G=41.35%
B=19.42%

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
Decimal2042151010.0500.530.1665.7958.7661.96
HexCCD765503510423b3e
Octal3143271455065201027376
Binary110011001101011111001011010110101100001000010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD765; }

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

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

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

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

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

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

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

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