#C4B430

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

Shades of Old Gold #C4B430

Tints of Old Gold #C4B430

Color information

#C4B430 (or 0xC4B430) is unknown color: approx Old Gold. HEX triplet: C4, B4 and 30. RGB value is (196,180,48). Sum of RGB (Red+Green+Blue) = 196+180+48=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B430 is #3B4BCF. Grayscale: #AAAAAA. Windows color (decimal): -3886032 or 3192004. OLE color: 3192004.

HSL color Cylindrical-coordinate representation of color #C4B430: hue angle of 53.51º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4B430 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19618048-
CMYK00.080.760.23
HSL53.51º60.66%47.84%-
HSV(B)53.51º75.51%76.86%-
XYZ39.6244.599.32-
YUV169.7459.3146.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 48 (19.14% from 255) = 11.32%
R=46.23%
G=42.45%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961804800.080.760.2353.5160.6647.84
HexC4B430084C17363d30
Octal3042646001011427667560
Binary110001001011010011000001000100110010111110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B430; }

 p { color: rgb(196,180,48); }

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

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

 a { background-color: rgb(196,180,48); }

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

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

 span { border-color: rgb(196,180,48); }

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