Html Css Color HEX #CAA030 Metallic Gold

📋 copy color: '#CAA030'

red 202 ◦ green 160 ◦ blue 48

#CAA030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CAA030

Tints of Metallic Gold #CAA030

RGB

 RED value IS 202 (79.3% from 255) = 49.27%

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 48 (19.14% from 255) = 11.71%

R = 49.27%
G = 39.02%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA030 (or 0xCAA030) is known color: Metallic Gold. HEX triplet: CA, A0 and 30. RGB value is (202,160,48). Sum of RGB (Red+Green+Blue) = 202+160+48=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA030 is #355FCF. Grayscale: #A0A0A0. Windows color (decimal): -3497936 or 3186890. OLE color: 3186890.

HSL color Cylindrical-coordinate representation of color #CAA030: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAA030 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 48 -
CMYK 0 0.21 0.76 0.21
HSL 43.64º 0.62% 0.49% -
HSV(B) 43.64º 0.76% 0.79% -
XYZ 37.46 37.91 8.14 -
YUV 159.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 202 160 48 0 0.21 0.76 0.21 43.64 0.62 0.49
Hex CA A0 30 0 15 4C 15 2C 3E 31
Octal 312 240 60 0 25 114 25 54 76 61
Binary 11001010 10100000 110000 0 10101 1001100 10101 101100 111110 110001

Color Harmonies of #CAA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA030

Black with #CAA030

Text Example


Text Example

White with #CAA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA030; }

 p { color: rgb(202,160,48); }

 H1.HeaderClassName
 {
   color: #CAA030;
 }
 .AnyTagClassName
 {
   color: #CAA030;
 }
</style>

background-color css

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

 a { background-color: rgb(202,160,48); }

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

border-color css

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

 span { border-color: rgb(202,160,48); }

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