#CDCA73

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

Shades of Deco #CDCA73

Tints of Deco #CDCA73

Color information

#CDCA73 (or 0xCDCA73) is unknown color: approx Deco. HEX triplet: CD, CA and 73. RGB value is (205,202,115). Sum of RGB (Red+Green+Blue) = 205+202+115=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA73 is #32358C. Grayscale: #C1C1C1. Windows color (decimal): -3290509 or 7588557. OLE color: 7588557.

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

Color convert

RGB205202115-
CMYK00.010.440.20
HSL58º47.37%62.75%-
HSV(B)58º43.9%80.39%-
XYZ49.3956.4624.51-
YUV192.9883.99136.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 115 (45.31% from 255) = 22.03%
R=39.27%
G=38.70%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520211500.010.440.205847.3762.75
HexCDCA73012C143a2f3f
Octal315312163015424725777
Binary110011011100101011100110110110010100111010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA73; }

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

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

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

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

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

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

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

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