#ccd053

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

Shades of Wild Willow #CCD053

Tints of Wild Willow #CCD053

Color information

#CCD053 (or 0xCCD053) is unknown color: approx Wild Willow. HEX triplet: CC, D0 and 53. RGB value is (204,208,83). Sum of RGB (Red+Green+Blue) = 204+208+83=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD053 is #332FAC. Grayscale: #C1C1C1. Windows color (decimal): -3354541 or 5492940. OLE color: 5492940.

HSL color Cylindrical-coordinate representation of color #CCD053: hue angle of 61.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD053 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20420883-
CMYK0.0200.600.18
HSL61.92º57.08%57.06%-
HSV(B)61.92º60.1%81.57%-
XYZ49.0258.5716.91-
YUV192.5566.17136.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 83 (32.81% from 255) = 16.77%
R=41.21%
G=42.02%
B=16.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204208830.0200.600.1861.9257.0857.06
HexCCD053203C123e3939
Octal314320123207422767171
Binary1100110011010000101001110011110010010111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccd053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccd053; }

 p { color: rgb(204,208,83); }

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

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

 a { background-color: rgb(204,208,83); }

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

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

 span { border-color: rgb(204,208,83); }

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