#CDD366

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

Shades of Wild Willow #CDD366

Tints of Wild Willow #CDD366

Color information

#CDD366 (or 0xCDD366) is unknown color: approx Wild Willow. HEX triplet: CD, D3 and 66. RGB value is (205,211,102). Sum of RGB (Red+Green+Blue) = 205+211+102=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD366 is #322C99. Grayscale: #C5C5C5. Windows color (decimal): -3288218 or 6738893. OLE color: 6738893.

HSL color Cylindrical-coordinate representation of color #CDD366: hue angle of 63.3º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD366 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB205211102-
CMYK0.0300.520.17
HSL63.3º55.33%61.37%-
HSV(B)63.3º51.66%82.75%-
XYZ50.8760.5321.57-
YUV196.7874.51133.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=39.58%
G=40.73%
B=19.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111020.0300.520.1763.355.3361.37
HexCDD3663034113f373d
Octal315323146306421776775
Binary1100110111010011110011011011010010001111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD366; }

 p { color: rgb(205,211,102); }

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

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

 a { background-color: rgb(205,211,102); }

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

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

 span { border-color: rgb(205,211,102); }

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