#CDDD53

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

Shades of Wild Willow #CDDD53

Tints of Wild Willow #CDDD53

Color information

#CDDD53 (or 0xCDDD53) is unknown color: approx Wild Willow. HEX triplet: CD, DD and 53. RGB value is (205,221,83). Sum of RGB (Red+Green+Blue) = 205+221+83=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD53 is #3222AC. Grayscale: #C9C9C9. Windows color (decimal): -3285677 or 5496269. OLE color: 5496269.

HSL color Cylindrical-coordinate representation of color #CDDD53: hue angle of 66.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDDD53 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB20522183-
CMYK0.0700.620.13
HSL66.96º66.99%59.61%-
HSV(B)66.96º62.44%86.67%-
XYZ52.5965.3218.02-
YUV200.4861.7131.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 83 (32.81% from 255) = 16.31%
R=40.28%
G=43.42%
B=16.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205221830.0700.620.1366.9666.9959.61
HexCDDD53703ED43433c
Octal31533512370761510310374
Binary110011011101110110100111110111110110110000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD53; }

 p { color: rgb(205,221,83); }

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

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

 a { background-color: rgb(205,221,83); }

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

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

 span { border-color: rgb(205,221,83); }

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