#CDD166

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

Shades of Wild Willow #CDD166

Tints of Wild Willow #CDD166

Color information

#CDD166 (or 0xCDD166) is unknown color: approx Wild Willow. HEX triplet: CD, D1 and 66. RGB value is (205,209,102). Sum of RGB (Red+Green+Blue) = 205+209+102=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD166 is #322E99. Grayscale: #C4C4C4. Windows color (decimal): -3288730 or 6738381. OLE color: 6738381.

HSL color Cylindrical-coordinate representation of color #CDD166: hue angle of 62.24º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD166 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB205209102-
CMYK0.0200.510.18
HSL62.24º53.77%60.98%-
HSV(B)62.24º51.2%81.96%-
XYZ50.3859.5421.41-
YUV195.6175.17134.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 102 (40.23% from 255) = 19.77%
R=39.73%
G=40.50%
B=19.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091020.0200.510.1862.2453.7760.98
HexCDD1662033123e363d
Octal315321146206322766675
Binary1100110111010001110011010011001110010111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD166; }

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

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

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

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

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

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

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

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