#CDD861

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

Shades of Wild Willow #CDD861

Tints of Wild Willow #CDD861

Color information

#CDD861 (or 0xCDD861) is unknown color: approx Wild Willow. HEX triplet: CD, D8 and 61. RGB value is (205,216,97). Sum of RGB (Red+Green+Blue) = 205+216+97=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD861 is #32279E. Grayscale: #C7C7C7. Windows color (decimal): -3286943 or 6412493. OLE color: 6412493.

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

Color convert

RGB20521697-
CMYK0.0500.550.15
HSL65.55º60.41%61.37%-
HSV(B)65.55º55.09%84.71%-
XYZ51.8962.9520.73-
YUV199.1470.36132.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=39.58%
G=41.70%
B=18.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205216970.0500.550.1565.5560.4161.37
HexCDD8615037F423c3d
Octal3153301415067171027475
Binary11001101110110001100001101011011111111000010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD861; }

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

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

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

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

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

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

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

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