#CCCD56

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

Shades of Wild Willow #CCCD56

Tints of Wild Willow #CCCD56

Color information

#CCCD56 (or 0xCCCD56) is unknown color: approx Wild Willow. HEX triplet: CC, CD and 56. RGB value is (204,205,86). Sum of RGB (Red+Green+Blue) = 204+205+86=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD56 is #3332A9. Grayscale: #BFBFBF. Windows color (decimal): -3355306 or 5688780. OLE color: 5688780.

HSL color Cylindrical-coordinate representation of color #CCCD56: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCCD56 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20420586-
CMYK0.0000.580.20
HSL60.5º54.34%57.06%-
HSV(B)60.5º58.05%80.39%-
XYZ48.4157.1717.29-
YUV191.1468.67137.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 86 (33.98% from 255) = 17.37%
R=41.21%
G=41.41%
B=17.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205860.0000.580.2060.554.3457.06
HexCCCD56003A143d3639
Octal314315126007224756671
Binary110011001100110110101100011101010100111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD56; }

 p { color: rgb(204,205,86); }

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

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

 a { background-color: rgb(204,205,86); }

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

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

 span { border-color: rgb(204,205,86); }

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