#CBBF49

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

Shades of Old Gold #CBBF49

Tints of Old Gold #CBBF49

Color information

#CBBF49 (or 0xCBBF49) is unknown color: approx Old Gold. HEX triplet: CB, BF and 49. RGB value is (203,191,73). Sum of RGB (Red+Green+Blue) = 203+191+73=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF49 is #3440B6. Grayscale: #B5B5B5. Windows color (decimal): -3424439 or 4833227. OLE color: 4833227.

HSL color Cylindrical-coordinate representation of color #CBBF49: hue angle of 54.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBBF49 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20319173-
CMYK00.060.640.20
HSL54.46º55.56%54.12%-
HSV(B)54.46º64.04%79.61%-
XYZ44.4650.4413.7-
YUV181.1466.98143.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=43.47%
G=40.90%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031917300.060.640.2054.4655.5654.12
HexCBBF49064014363836
Octal3132771110610024667066
Binary110010111011111110010010110100000010100110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF49; }

 p { color: rgb(203,191,73); }

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

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

 a { background-color: rgb(203,191,73); }

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

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

 span { border-color: rgb(203,191,73); }

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