#CABD47

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

Shades of Old Gold #CABD47

Tints of Old Gold #CABD47

Color information

#CABD47 (or 0xCABD47) is unknown color: approx Old Gold. HEX triplet: CA, BD and 47. RGB value is (202,189,71). Sum of RGB (Red+Green+Blue) = 202+189+71=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD47 is #3542B8. Grayscale: #B3B3B3. Windows color (decimal): -3490489 or 4701642. OLE color: 4701642.

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

Color convert

RGB20218971-
CMYK00.060.650.21
HSL54.05º55.27%53.53%-
HSV(B)54.05º64.85%79.22%-
XYZ43.6949.4113.19-
YUV179.4466.81144.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 71 (28.12% from 255) = 15.37%
R=43.72%
G=40.91%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021897100.060.650.2154.0555.2753.53
HexCABD47064115363736
Octal3122751070610125666766
Binary110010101011110110001110110100000110101110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD47; }

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

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

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

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

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

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

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

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