#C8B433

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

Shades of Old Gold #C8B433

Tints of Old Gold #C8B433

Color information

#C8B433 (or 0xC8B433) is unknown color: approx Old Gold. HEX triplet: C8, B4 and 33. RGB value is (200,180,51). Sum of RGB (Red+Green+Blue) = 200+180+51=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B433 is #374BCC. Grayscale: #ABABAB. Windows color (decimal): -3623885 or 3388616. OLE color: 3388616.

HSL color Cylindrical-coordinate representation of color #C8B433: hue angle of 51.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B433 is Cyan = 0, Magento = 0.1, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20018051-
CMYK00.10.740.22
HSL51.95º59.36%49.22%-
HSV(B)51.95º74.5%78.43%-
XYZ40.7445.169.7-
YUV171.2760.13148.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 51 (20.31% from 255) = 11.83%
R=46.40%
G=41.76%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001805100.10.740.2251.9559.3649.22
HexC8B4330A4A16343b31
Octal3102646301211226647361
Binary110010001011010011001101010100101010110110100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B433; }

 p { color: rgb(200,180,51); }

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

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

 a { background-color: rgb(200,180,51); }

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

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

 span { border-color: rgb(200,180,51); }

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