#CDCA6B

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

Shades of Wild Willow #CDCA6B

Tints of Wild Willow #CDCA6B

Color information

#CDCA6B (or 0xCDCA6B) is unknown color: approx Wild Willow. HEX triplet: CD, CA and 6B. RGB value is (205,202,107). Sum of RGB (Red+Green+Blue) = 205+202+107=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA6B is #323594. Grayscale: #C0C0C0. Windows color (decimal): -3290517 or 7064269. OLE color: 7064269.

HSL color Cylindrical-coordinate representation of color #CDCA6B: hue angle of 58.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDCA6B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205202107-
CMYK00.010.480.20
HSL58.16º49.49%61.18%-
HSV(B)58.16º47.8%80.39%-
XYZ48.9556.2822.19-
YUV192.0779.99137.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 107 (42.19% from 255) = 20.82%
R=39.88%
G=39.30%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520210700.010.480.2058.1649.4961.18
HexCDCA6B0130143a313d
Octal315312153016024726175
Binary110011011100101011010110111000010100111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA6B; }

 p { color: rgb(205,202,107); }

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

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

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

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

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

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

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