#CBB93D

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

Shades of Old Gold #CBB93D

Tints of Old Gold #CBB93D

Color information

#CBB93D (or 0xCBB93D) is unknown color: approx Old Gold. HEX triplet: CB, B9 and 3D. RGB value is (203,185,61). Sum of RGB (Red+Green+Blue) = 203+185+61=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB93D is #3446C2. Grayscale: #B0B0B0. Windows color (decimal): -3425987 or 4045259. OLE color: 4045259.

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

Color convert

RGB20318561-
CMYK00.090.700.20
HSL52.39º57.72%51.76%-
HSV(B)52.39º69.95%79.61%-
XYZ42.8247.7311.37-
YUV176.2562.96147.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 61 (24.22% from 255) = 13.59%
R=45.21%
G=41.20%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031856100.090.700.2052.3957.7251.76
HexCBB93D094614343a34
Octal3132717501110624647264
Binary110010111011100111110101001100011010100110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB93D; }

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

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

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

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

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

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

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

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