#CAAB3D

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

Shades of Old Gold #CAAB3D

Tints of Old Gold #CAAB3D

Color information

#CAAB3D (or 0xCAAB3D) is unknown color: approx Old Gold. HEX triplet: CA, AB and 3D. RGB value is (202,171,61). Sum of RGB (Red+Green+Blue) = 202+171+61=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAB3D is #3554C2. Grayscale: #A8A8A8. Windows color (decimal): -3495107 or 4041674. OLE color: 4041674.

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

Color convert

RGB20217161-
CMYK00.150.700.21
HSL46.81º57.09%51.57%-
HSV(B)46.81º69.8%79.22%-
XYZ39.7642.0210.43-
YUV167.7367.77152.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=46.54%
G=39.40%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021716100.150.700.2146.8157.0951.57
HexCAAB3D0F46152f3934
Octal3122537501710625577164
Binary110010101010101111110101111100011010101101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB3D; }

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

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

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

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

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

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

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

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