#CDCA6A

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

Shades of Wild Willow #CDCA6A

Tints of Wild Willow #CDCA6A

Color information

#CDCA6A (or 0xCDCA6A) is unknown color: approx Wild Willow. HEX triplet: CD, CA and 6A. RGB value is (205,202,106). Sum of RGB (Red+Green+Blue) = 205+202+106=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA6A is #323595. Grayscale: #C0C0C0. Windows color (decimal): -3290518 or 6998733. OLE color: 6998733.

HSL color Cylindrical-coordinate representation of color #CDCA6A: hue angle of 58.18º degrees, saturation: 0.5, 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 #CDCA6A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205202106-
CMYK00.010.480.20
HSL58.18º49.75%60.98%-
HSV(B)58.18º48.29%80.39%-
XYZ48.956.2621.92-
YUV191.9579.49137.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=39.96%
G=39.38%
B=20.66%

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
Decimal20520210600.010.480.2058.1849.7560.98
HexCDCA6A0130143a323d
Octal315312152016024726275
Binary110011011100101011010100111000010100111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA6A; }

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

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

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

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

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

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

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

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