#CBB92F

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

Shades of Old Gold #CBB92F

Tints of Old Gold #CBB92F

Color information

#CBB92F (or 0xCBB92F) is unknown color: approx Old Gold. HEX triplet: CB, B9 and 2F. RGB value is (203,185,47). Sum of RGB (Red+Green+Blue) = 203+185+47=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB92F is #3446D0. Grayscale: #AFAFAF. Windows color (decimal): -3426001 or 3127755. OLE color: 3127755.

HSL color Cylindrical-coordinate representation of color #CBB92F: hue angle of 53.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB92F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20318547-
CMYK00.090.770.20
HSL53.08º62.4%49.02%-
HSV(B)53.08º76.85%79.61%-
XYZ42.4947.69.64-
YUV174.6555.96148.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 47 (18.75% from 255) = 10.80%
R=46.67%
G=42.53%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031854700.090.770.2053.0862.449.02
HexCBB92F094D14353e31
Octal3132715701111524657661
Binary110010111011100110111101001100110110100110101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB92F; }

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

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

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

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

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

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

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

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