Html Css Color HEX #CAA138 Metallic Gold

📋 copy color: '#CAA138'

red 202 ◦ green 161 ◦ blue 56

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

Shades of Metallic Gold #CAA138

Tints of Metallic Gold #CAA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 48.21%
G = 38.42%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAA138 (or 0xCAA138) is known color: Metallic Gold. HEX triplet: CA, A1 and 38. RGB value is (202,161,56). Sum of RGB (Red+Green+Blue) = 202+161+56=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA138 is #355EC7. Grayscale: #A1A1A1. Windows color (decimal): -3497672 or 3711434. OLE color: 3711434.

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

Color convert

RGB 202 161 56 -
CMYK 0 0.20 0.72 0.21
HSL 43.15º 0.58% 0.51% -
HSV(B) 43.15º 0.72% 0.79% -
XYZ 37.82 38.33 9.15 -
YUV 161.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 202 161 56 0 0.20 0.72 0.21 43.15 0.58 0.51
Hex CA A1 38 0 14 48 15 2B 3A 33
Octal 312 241 70 0 24 110 25 53 72 63
Binary 11001010 10100001 111000 0 10100 1001000 10101 101011 111010 110011

Color Harmonies of #CAA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA138

Black with #CAA138

Text Example


Text Example

White with #CAA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA138; }

 p { color: rgb(202,161,56); }

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

background-color css

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

 a { background-color: rgb(202,161,56); }

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

border-color css

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

 span { border-color: rgb(202,161,56); }

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