#CDD855

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

Shades of Wild Willow #CDD855

Tints of Wild Willow #CDD855

Color information

#CDD855 (or 0xCDD855) is unknown color: approx Wild Willow. HEX triplet: CD, D8 and 55. RGB value is (205,216,85). Sum of RGB (Red+Green+Blue) = 205+216+85=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD855 is #3227AA. Grayscale: #C6C6C6. Windows color (decimal): -3286955 or 5626061. OLE color: 5626061.

HSL color Cylindrical-coordinate representation of color #CDD855: hue angle of 65.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDD855 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB20521685-
CMYK0.0500.610.15
HSL65.04º62.68%59.02%-
HSV(B)65.04º60.65%84.71%-
XYZ51.3762.7518-
YUV197.7864.36133.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=40.51%
G=42.69%
B=16.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205216850.0500.610.1565.0462.6859.02
HexCDD855503DF413f3b
Octal3153301255075171017773
Binary11001101110110001010101101011110111111000001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD855; }

 p { color: rgb(205,216,85); }

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

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

 a { background-color: rgb(205,216,85); }

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

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

 span { border-color: rgb(205,216,85); }

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