#C8B233

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

Shades of Old Gold #C8B233

Tints of Old Gold #C8B233

Color information

#C8B233 (or 0xC8B233) is unknown color: approx Old Gold. HEX triplet: C8, B2 and 33. RGB value is (200,178,51). Sum of RGB (Red+Green+Blue) = 200+178+51=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B233 is #374DCC. Grayscale: #AAAAAA. Windows color (decimal): -3624397 or 3388104. OLE color: 3388104.

HSL color Cylindrical-coordinate representation of color #C8B233: hue angle of 51.14º 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 #C8B233 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20017851-
CMYK00.110.740.22
HSL51.14º59.36%49.22%-
HSV(B)51.14º74.5%78.43%-
XYZ40.3444.369.57-
YUV170.160.79149.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 51 (20.31% from 255) = 11.89%
R=46.62%
G=41.49%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001785100.110.740.2251.1459.3649.22
HexC8B2330B4A16333b31
Octal3102626301311226637361
Binary110010001011001011001101011100101010110110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B233; }

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

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

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

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

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

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

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

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