#C9B83B

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

Shades of Old Gold #C9B83B

Tints of Old Gold #C9B83B

Color information

#C9B83B (or 0xC9B83B) is unknown color: approx Old Gold. HEX triplet: C9, B8 and 3B. RGB value is (201,184,59). Sum of RGB (Red+Green+Blue) = 201+184+59=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B83B is #3647C4. Grayscale: #AFAFAF. Windows color (decimal): -3557317 or 3913929. OLE color: 3913929.

HSL color Cylindrical-coordinate representation of color #C9B83B: hue angle of 52.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9B83B is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20118459-
CMYK00.080.710.21
HSL52.82º56.8%50.98%-
HSV(B)52.82º70.65%78.82%-
XYZ42.0247.0111-
YUV174.8362.63146.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 59 (23.44% from 255) = 13.29%
R=45.27%
G=41.44%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011845900.080.710.2152.8256.850.98
HexC9B83B084715353933
Octal3112707301010725657163
Binary110010011011100011101101000100011110101110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B83B; }

 p { color: rgb(201,184,59); }

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

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

 a { background-color: rgb(201,184,59); }

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

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

 span { border-color: rgb(201,184,59); }

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