#CCD55B

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

Shades of Wild Willow #CCD55B

Tints of Wild Willow #CCD55B

Color information

#CCD55B (or 0xCCD55B) is unknown color: approx Wild Willow. HEX triplet: CC, D5 and 5B. RGB value is (204,213,91). Sum of RGB (Red+Green+Blue) = 204+213+91=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55B is #332AA4. Grayscale: #C4C4C4. Windows color (decimal): -3353253 or 6018508. OLE color: 6018508.

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

Color convert

RGB20421391-
CMYK0.0400.570.16
HSL64.43º59.22%59.61%-
HSV(B)64.43º57.28%83.53%-
XYZ50.5861.1819.04-
YUV196.468.52133.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=40.16%
G=41.93%
B=17.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204213910.0400.570.1664.4359.2259.61
HexCCD55B403910403b3c
Octal3143251334071201007374
Binary110011001101010110110111000111001100001000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD55B; }

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

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

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

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

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

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

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

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