#CDD661

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

Shades of Wild Willow #CDD661

Tints of Wild Willow #CDD661

Color information

#CDD661 (or 0xCDD661) is unknown color: approx Wild Willow. HEX triplet: CD, D6 and 61. RGB value is (205,214,97). Sum of RGB (Red+Green+Blue) = 205+214+97=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD661 is #32299E. Grayscale: #C6C6C6. Windows color (decimal): -3287455 or 6411981. OLE color: 6411981.

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

Color convert

RGB20521497-
CMYK0.0400.550.16
HSL64.62º58.79%60.98%-
HSV(B)64.62º54.67%83.92%-
XYZ51.3861.9420.56-
YUV197.9771.02133.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=39.73%
G=41.47%
B=18.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205214970.0400.550.1664.6258.7960.98
HexCDD661403710413b3d
Octal3153261414067201017375
Binary110011011101011011000011000110111100001000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD661; }

 p { color: rgb(205,214,97); }

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

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

 a { background-color: rgb(205,214,97); }

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

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

 span { border-color: rgb(205,214,97); }

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