Html Css Color HEX #CAA238 Metallic Gold

📋 copy color: '#CAA238'

red 202 ◦ green 162 ◦ blue 56

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

Shades of Metallic Gold #CAA238

Tints of Metallic Gold #CAA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 48.1%
G = 38.57%
B = 13.33%

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

#CAA238 (or 0xCAA238) is known color: Metallic Gold. HEX triplet: CA, A2 and 38. RGB value is (202,162,56). Sum of RGB (Red+Green+Blue) = 202+162+56=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA238 is #355DC7. Grayscale: #A2A2A2. Windows color (decimal): -3497416 or 3711690. OLE color: 3711690.

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

Color convert

RGB 202 162 56 -
CMYK 0 0.20 0.72 0.21
HSL 43.56º 0.58% 0.51% -
HSV(B) 43.56º 0.72% 0.79% -
XYZ 37.99 38.68 9.21 -
YUV 161.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 202 162 56 0 0.20 0.72 0.21 43.56 0.58 0.51
Hex CA A2 38 0 14 48 15 2C 3A 33
Octal 312 242 70 0 24 110 25 54 72 63
Binary 11001010 10100010 111000 0 10100 1001000 10101 101100 111010 110011

Color Harmonies of #CAA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA238

Black with #CAA238

Text Example


Text Example

White with #CAA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA238; }

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

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

background-color css

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

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

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

border-color css

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

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

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