#CDB947

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

Shades of Old Gold #CDB947

Tints of Old Gold #CDB947

Color information

#CDB947 (or 0xCDB947) is unknown color: approx Old Gold. HEX triplet: CD, B9 and 47. RGB value is (205,185,71). Sum of RGB (Red+Green+Blue) = 205+185+71=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB947 is #3246B8. Grayscale: #B2B2B2. Windows color (decimal): -3294905 or 4700621. OLE color: 4700621.

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

Color convert

RGB20518571-
CMYK00.100.650.20
HSL51.04º57.26%54.12%-
HSV(B)51.04º65.37%80.39%-
XYZ43.6648.1312.95-
YUV177.9867.63147.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 71 (28.12% from 255) = 15.40%
R=44.47%
G=40.13%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051857100.100.650.2051.0457.2654.12
HexCDB9470A4114333936
Octal31527110701210124637166
Binary1100110110111001100011101010100000110100110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB947; }

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

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

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

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

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

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

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

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