#CCD562

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

Shades of Wild Willow #CCD562

Tints of Wild Willow #CCD562

Color information

#CCD562 (or 0xCCD562) is unknown color: approx Wild Willow. HEX triplet: CC, D5 and 62. RGB value is (204,213,98). Sum of RGB (Red+Green+Blue) = 204+213+98=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD562 is #332A9D. Grayscale: #C5C5C5. Windows color (decimal): -3353246 or 6477260. OLE color: 6477260.

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

Color convert

RGB20421398-
CMYK0.0400.540.16
HSL64.7º57.79%60.98%-
HSV(B)64.7º53.99%83.53%-
XYZ50.961.3120.71-
YUV197.272.02132.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 98 (38.67% from 255) = 19.03%
R=39.61%
G=41.36%
B=19.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213980.0400.540.1664.757.7960.98
HexCCD562403610413a3d
Octal3143251424066201017275
Binary110011001101010111000101000110110100001000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD562; }

 p { color: rgb(204,213,98); }

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

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

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

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

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

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

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