#C8BF34

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

Shades of Old Gold #C8BF34

Tints of Old Gold #C8BF34

Color information

#C8BF34 (or 0xC8BF34) is unknown color: approx Old Gold. HEX triplet: C8, BF and 34. RGB value is (200,191,52). Sum of RGB (Red+Green+Blue) = 200+191+52=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF34 is #3740CB. Grayscale: #B2B2B2. Windows color (decimal): -3621068 or 3456968. OLE color: 3456968.

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

Color convert

RGB20019152-
CMYK00.040.740.22
HSL56.35º58.73%49.41%-
HSV(B)56.35º74%78.43%-
XYZ43.0749.7910.59-
YUV177.8456.98143.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 52 (20.70% from 255) = 11.74%
R=45.15%
G=43.12%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001915200.040.740.2256.3558.7349.41
HexC8BF34044A16383b31
Octal310277640411226707361
Binary11001000101111111101000100100101010110111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF34; }

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

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

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

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

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

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

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

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