#CAAF35

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

Shades of Old Gold #CAAF35

Tints of Old Gold #CAAF35

Color information

#CAAF35 (or 0xCAAF35) is unknown color: approx Old Gold. HEX triplet: CA, AF and 35. RGB value is (202,175,53). Sum of RGB (Red+Green+Blue) = 202+175+53=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAF35 is #3550CA. Grayscale: #A9A9A9. Windows color (decimal): -3494091 or 3518410. OLE color: 3518410.

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

Color convert

RGB20217553-
CMYK00.130.740.21
HSL49.13º58.43%50%-
HSV(B)49.13º73.76%79.22%-
XYZ40.3343.479.63-
YUV169.1662.45151.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=46.98%
G=40.70%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021755300.130.740.2149.1358.4350
HexCAAF350D4A15313a32
Octal3122576501511225617262
Binary110010101010111111010101101100101010101110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF35; }

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

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

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

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

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

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

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

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