#CAB548

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

Shades of Old Gold #CAB548

Tints of Old Gold #CAB548

Color information

#CAB548 (or 0xCAB548) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 48. RGB value is (202,181,72). Sum of RGB (Red+Green+Blue) = 202+181+72=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB548 is #354AB7. Grayscale: #AFAFAF. Windows color (decimal): -3492536 or 4765130. OLE color: 4765130.

HSL color Cylindrical-coordinate representation of color #CAB548: hue angle of 50.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAB548 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20218172-
CMYK00.100.640.21
HSL50.31º55.08%53.73%-
HSV(B)50.31º64.36%79.22%-
XYZ42.0546.0712.81-
YUV174.8569.96147.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=44.40%
G=39.78%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021817200.100.640.2150.3155.0853.73
HexCAB5480A4015323736
Octal31226511001210025626766
Binary1100101010110101100100001010100000010101110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB548; }

 p { color: rgb(202,181,72); }

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

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

 a { background-color: rgb(202,181,72); }

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

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

 span { border-color: rgb(202,181,72); }

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