#CAB938

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

Shades of Old Gold #CAB938

Tints of Old Gold #CAB938

Color information

#CAB938 (or 0xCAB938) is unknown color: approx Old Gold. HEX triplet: CA, B9 and 38. RGB value is (202,185,56). Sum of RGB (Red+Green+Blue) = 202+185+56=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB938 is #3546C7. Grayscale: #AFAFAF. Windows color (decimal): -3491528 or 3717578. OLE color: 3717578.

HSL color Cylindrical-coordinate representation of color #CAB938: hue angle of 53.01º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAB938 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20218556-
CMYK00.080.720.21
HSL53.01º57.94%50.59%-
HSV(B)53.01º72.28%79.22%-
XYZ42.4247.5410.68-
YUV175.3860.63146.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 56 (22.27% from 255) = 12.64%
R=45.60%
G=41.76%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021855600.080.720.2153.0157.9450.59
HexCAB938084815353a33
Octal3122717001011025657263
Binary110010101011100111100001000100100010101110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB938; }

 p { color: rgb(202,185,56); }

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

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

 a { background-color: rgb(202,185,56); }

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

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

 span { border-color: rgb(202,185,56); }

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