#C8BA34

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

Shades of Old Gold #C8BA34

Tints of Old Gold #C8BA34

Color information

#C8BA34 (or 0xC8BA34) is unknown color: approx Old Gold. HEX triplet: C8, BA and 34. RGB value is (200,186,52). Sum of RGB (Red+Green+Blue) = 200+186+52=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA34 is #3745CB. Grayscale: #AFAFAF. Windows color (decimal): -3622348 or 3455688. OLE color: 3455688.

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

Color convert

RGB20018652-
CMYK00.070.740.22
HSL54.32º58.73%49.41%-
HSV(B)54.32º74%78.43%-
XYZ4247.6510.23-
YUV174.9158.64145.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 52 (20.70% from 255) = 11.87%
R=45.66%
G=42.47%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001865200.070.740.2254.3258.7349.41
HexC8BA34074A16363b31
Octal310272640711226667361
Binary11001000101110101101000111100101010110110110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA34; }

 p { color: rgb(200,186,52); }

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

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

 a { background-color: rgb(200,186,52); }

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

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

 span { border-color: rgb(200,186,52); }

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