#CDB848

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

Shades of Old Gold #CDB848

Tints of Old Gold #CDB848

Color information

#CDB848 (or 0xCDB848) is unknown color: approx Old Gold. HEX triplet: CD, B8 and 48. RGB value is (205,184,72). Sum of RGB (Red+Green+Blue) = 205+184+72=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB848 is #3247B7. Grayscale: #B1B1B1. Windows color (decimal): -3295160 or 4765901. OLE color: 4765901.

HSL color Cylindrical-coordinate representation of color #CDB848: hue angle of 50.53º 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 #CDB848 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20518472-
CMYK00.100.650.20
HSL50.53º57.08%54.31%-
HSV(B)50.53º64.88%80.39%-
XYZ43.4947.7313.05-
YUV177.5168.46147.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=44.47%
G=39.91%
B=15.62%

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
Decimal2051847200.100.650.2050.5357.0854.31
HexCDB8480A4114333936
Octal31527011001210124637166
Binary1100110110111000100100001010100000110100110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB848; }

 p { color: rgb(205,184,72); }

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

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

 a { background-color: rgb(205,184,72); }

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

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

 span { border-color: rgb(205,184,72); }

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