#CABC3D

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

Shades of Old Gold #CABC3D

Tints of Old Gold #CABC3D

Color information

#CABC3D (or 0xCABC3D) is unknown color: approx Old Gold. HEX triplet: CA, BC and 3D. RGB value is (202,188,61). Sum of RGB (Red+Green+Blue) = 202+188+61=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC3D is #3543C2. Grayscale: #B2B2B2. Windows color (decimal): -3490755 or 4046026. OLE color: 4046026.

HSL color Cylindrical-coordinate representation of color #CABC3D: hue angle of 54.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CABC3D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20218861-
CMYK00.070.700.21
HSL54.04º57.09%51.57%-
HSV(B)54.04º69.8%79.22%-
XYZ43.1848.8611.57-
YUV177.7162.14145.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=44.79%
G=41.69%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021886100.070.700.2154.0457.0951.57
HexCABC3D074615363934
Octal312274750710625667164
Binary11001010101111001111010111100011010101110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC3D; }

 p { color: rgb(202,188,61); }

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

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

 a { background-color: rgb(202,188,61); }

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

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

 span { border-color: rgb(202,188,61); }

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