#CAAE35

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

Shades of Old Gold #CAAE35

Tints of Old Gold #CAAE35

Color information

#CAAE35 (or 0xCAAE35) is unknown color: approx Old Gold. HEX triplet: CA, AE and 35. RGB value is (202,174,53). Sum of RGB (Red+Green+Blue) = 202+174+53=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE35 is #3551CA. Grayscale: #A9A9A9. Windows color (decimal): -3494347 or 3518154. OLE color: 3518154.

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

Color convert

RGB20217453-
CMYK00.140.740.21
HSL48.72º58.43%50%-
HSV(B)48.72º73.76%79.22%-
XYZ40.1443.099.57-
YUV168.5862.78151.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=47.09%
G=40.56%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021745300.140.740.2148.7258.4350
HexCAAE350E4A15313a32
Octal3122566501611225617262
Binary110010101010111011010101110100101010101110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE35; }

 p { color: rgb(202,174,53); }

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

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

 a { background-color: rgb(202,174,53); }

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

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

 span { border-color: rgb(202,174,53); }

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