#CAB933

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

Shades of Old Gold #CAB933

Tints of Old Gold #CAB933

Color information

#CAB933 (or 0xCAB933) is unknown color: approx Old Gold. HEX triplet: CA, B9 and 33. RGB value is (202,185,51). Sum of RGB (Red+Green+Blue) = 202+185+51=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB933 is #3546CC. Grayscale: #AFAFAF. Windows color (decimal): -3491533 or 3389898. OLE color: 3389898.

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

Color convert

RGB20218551-
CMYK00.080.750.21
HSL53.25º59.68%49.61%-
HSV(B)53.25º74.75%79.22%-
XYZ42.347.4910.07-
YUV174.8158.13147.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 51 (20.31% from 255) = 11.64%
R=46.12%
G=42.24%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021855100.080.750.2153.2559.6849.61
HexCAB933084B15353c32
Octal3122716301011325657462
Binary110010101011100111001101000100101110101110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB933; }

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

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

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

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

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

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

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

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