#CAB331

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

Shades of Old Gold #CAB331

Tints of Old Gold #CAB331

Color information

#CAB331 (or 0xCAB331) is unknown color: approx Old Gold. HEX triplet: CA, B3 and 31. RGB value is (202,179,49). Sum of RGB (Red+Green+Blue) = 202+179+49=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB331 is #354CCE. Grayscale: #ABABAB. Windows color (decimal): -3493071 or 3257290. OLE color: 3257290.

HSL color Cylindrical-coordinate representation of color #CAB331: hue angle of 50.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAB331 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20217949-
CMYK00.110.760.21
HSL50.98º60.96%49.22%-
HSV(B)50.98º75.74%79.22%-
XYZ41.0345.029.43-
YUV171.0659.12150.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 49 (19.53% from 255) = 11.40%
R=46.98%
G=41.63%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021794900.110.760.2150.9860.9649.22
HexCAB3310B4C15333d31
Octal3122636101311425637561
Binary110010101011001111000101011100110010101110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB331; }

 p { color: rgb(202,179,49); }

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

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

 a { background-color: rgb(202,179,49); }

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

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

 span { border-color: rgb(202,179,49); }

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