#CBB831

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

Shades of Old Gold #CBB831

Tints of Old Gold #CBB831

Color information

#CBB831 (or 0xCBB831) is unknown color: approx Old Gold. HEX triplet: CB, B8 and 31. RGB value is (203,184,49). Sum of RGB (Red+Green+Blue) = 203+184+49=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB831 is #3447CE. Grayscale: #AEAEAE. Windows color (decimal): -3426255 or 3258571. OLE color: 3258571.

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

Color convert

RGB20318449-
CMYK00.090.760.20
HSL52.6º61.11%49.41%-
HSV(B)52.6º75.86%79.61%-
XYZ42.3247.29.79-
YUV174.2957.29148.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 49 (19.53% from 255) = 11.24%
R=46.56%
G=42.20%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031844900.090.760.2052.661.1149.41
HexCBB831094C14353d31
Octal3132706101111424657561
Binary110010111011100011000101001100110010100110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB831; }

 p { color: rgb(203,184,49); }

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

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

 a { background-color: rgb(203,184,49); }

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

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

 span { border-color: rgb(203,184,49); }

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