#CCD55D

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

Shades of Wild Willow #CCD55D

Tints of Wild Willow #CCD55D

Color information

#CCD55D (or 0xCCD55D) is unknown color: approx Wild Willow. HEX triplet: CC, D5 and 5D. RGB value is (204,213,93). Sum of RGB (Red+Green+Blue) = 204+213+93=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55D is #332AA2. Grayscale: #C5C5C5. Windows color (decimal): -3353251 or 6149580. OLE color: 6149580.

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

Color convert

RGB20421393-
CMYK0.0400.560.16
HSL64.5º58.82%60%-
HSV(B)64.5º56.34%83.53%-
XYZ50.6761.2219.5-
YUV196.6369.52133.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=40%
G=41.76%
B=18.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213930.0400.560.1664.558.8260
HexCCD55D403810403b3c
Octal3143251354070201007374
Binary110011001101010110111011000111000100001000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD55D; }

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

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

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

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

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

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

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

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