#CDB945

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

Shades of Old Gold #CDB945

Tints of Old Gold #CDB945

Color information

#CDB945 (or 0xCDB945) is unknown color: approx Old Gold. HEX triplet: CD, B9 and 45. RGB value is (205,185,69). Sum of RGB (Red+Green+Blue) = 205+185+69=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB945 is #3246BA. Grayscale: #B2B2B2. Windows color (decimal): -3294907 or 4569549. OLE color: 4569549.

HSL color Cylindrical-coordinate representation of color #CDB945: hue angle of 51.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDB945 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20518569-
CMYK00.100.660.20
HSL51.18º57.63%53.73%-
HSV(B)51.18º66.34%80.39%-
XYZ43.648.1112.62-
YUV177.7666.63147.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=44.66%
G=40.31%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051856900.100.660.2051.1857.6353.73
HexCDB9450A4214333a36
Octal31527110501210224637266
Binary1100110110111001100010101010100001010100110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB945; }

 p { color: rgb(205,185,69); }

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

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

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

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

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

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

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