#C8BD34

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

Shades of Old Gold #C8BD34

Tints of Old Gold #C8BD34

Color information

#C8BD34 (or 0xC8BD34) is unknown color: approx Old Gold. HEX triplet: C8, BD and 34. RGB value is (200,189,52). Sum of RGB (Red+Green+Blue) = 200+189+52=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD34 is #3742CB. Grayscale: #B1B1B1. Windows color (decimal): -3621580 or 3456456. OLE color: 3456456.

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

Color convert

RGB20018952-
CMYK00.060.740.22
HSL55.54º58.73%49.41%-
HSV(B)55.54º74%78.43%-
XYZ42.6448.9210.44-
YUV176.6757.64144.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 11.79%
R=45.35%
G=42.86%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001895200.060.740.2255.5458.7349.41
HexC8BD34064A16383b31
Octal310275640611226707361
Binary11001000101111011101000110100101010110111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD34; }

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

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

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

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

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

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

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

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