#CABD49

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

Shades of Old Gold #CABD49

Tints of Old Gold #CABD49

Color information

#CABD49 (or 0xCABD49) is unknown color: approx Old Gold. HEX triplet: CA, BD and 49. RGB value is (202,189,73). Sum of RGB (Red+Green+Blue) = 202+189+73=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD49 is #3542B6. Grayscale: #B4B4B4. Windows color (decimal): -3490487 or 4832714. OLE color: 4832714.

HSL color Cylindrical-coordinate representation of color #CABD49: hue angle of 53.95º 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 #CABD49 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20218973-
CMYK00.060.640.21
HSL53.95º54.89%53.92%-
HSV(B)53.95º63.86%79.22%-
XYZ43.7649.4313.54-
YUV179.6667.81143.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=43.53%
G=40.73%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021897300.060.640.2153.9554.8953.92
HexCABD49064015363736
Octal3122751110610025666766
Binary110010101011110110010010110100000010101110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD49; }

 p { color: rgb(202,189,73); }

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

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

 a { background-color: rgb(202,189,73); }

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

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

 span { border-color: rgb(202,189,73); }

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