#CBB53D

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

Shades of Old Gold #CBB53D

Tints of Old Gold #CBB53D

Color information

#CBB53D (or 0xCBB53D) is unknown color: approx Old Gold. HEX triplet: CB, B5 and 3D. RGB value is (203,181,61). Sum of RGB (Red+Green+Blue) = 203+181+61=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB53D is #344AC2. Grayscale: #AEAEAE. Windows color (decimal): -3427011 or 4044235. OLE color: 4044235.

HSL color Cylindrical-coordinate representation of color #CBB53D: hue angle of 50.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBB53D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20318161-
CMYK00.110.700.20
HSL50.7º57.72%51.76%-
HSV(B)50.7º69.95%79.61%-
XYZ41.9946.0811.1-
YUV173.964.29148.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 61 (24.22% from 255) = 13.71%
R=45.62%
G=40.67%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031816100.110.700.2050.757.7251.76
HexCBB53D0B4614333a34
Octal3132657501310624637264
Binary110010111011010111110101011100011010100110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB53D; }

 p { color: rgb(203,181,61); }

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

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

 a { background-color: rgb(203,181,61); }

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

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

 span { border-color: rgb(203,181,61); }

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