#CDCD66

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

Shades of Wild Willow #CDCD66

Tints of Wild Willow #CDCD66

Color information

#CDCD66 (or 0xCDCD66) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 66. RGB value is (205,205,102). Sum of RGB (Red+Green+Blue) = 205+205+102=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD66 is #323299. Grayscale: #C1C1C1. Windows color (decimal): -3289754 or 6737357. OLE color: 6737357.

HSL color Cylindrical-coordinate representation of color #CDCD66: hue angle of 60º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDCD66 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205205102-
CMYK000.500.20
HSL60º50.74%60.2%-
HSV(B)60º50.24%80.39%-
XYZ49.4157.621.08-
YUV193.2676.5136.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=40.04%
G=40.04%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205102000.500.206050.7460.2
HexCDCD660032143c333c
Octal315315146006224746374
Binary110011011100110111001100011001010100111100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD66; }

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

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

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

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

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

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

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

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