#CDBA49

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

Shades of Old Gold #CDBA49

Tints of Old Gold #CDBA49

Color information

#CDBA49 (or 0xCDBA49) is unknown color: approx Old Gold. HEX triplet: CD, BA and 49. RGB value is (205,186,73). Sum of RGB (Red+Green+Blue) = 205+186+73=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA49 is #3245B6. Grayscale: #B3B3B3. Windows color (decimal): -3294647 or 4831949. OLE color: 4831949.

HSL color Cylindrical-coordinate representation of color #CDBA49: hue angle of 51.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDBA49 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20518673-
CMYK00.090.640.20
HSL51.36º56.9%54.51%-
HSV(B)51.36º64.39%80.39%-
XYZ43.9448.5813.36-
YUV178.868.29146.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=44.18%
G=40.09%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051867300.090.640.2051.3656.954.51
HexCDBA49094014333937
Octal31527211101110024637167
Binary1100110110111010100100101001100000010100110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA49; }

 p { color: rgb(205,186,73); }

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

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

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

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

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

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

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