Html Css Color HEX #CAA63A Metallic Gold

📋 copy color: '#CAA63A'

red 202 ◦ green 166 ◦ blue 58

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

Shades of Metallic Gold #CAA63A

Tints of Metallic Gold #CAA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 47.42%
G = 38.97%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAA63A (or 0xCAA63A) is known color: Metallic Gold. HEX triplet: CA, A6 and 3A. RGB value is (202,166,58). Sum of RGB (Red+Green+Blue) = 202+166+58=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63A is #3559C5. Grayscale: #A4A4A4. Windows color (decimal): -3496390 or 3843786. OLE color: 3843786.

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

Color convert

RGB 202 166 58 -
CMYK 0 0.18 0.71 0.21
HSL 45º 0.58% 0.51% -
HSV(B) 45º 0.71% 0.79% -
XYZ 38.76 40.13 9.71 -
YUV 164.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 202 166 58 0 0.18 0.71 0.21 45 0.58 0.51
Hex CA A6 3A 0 12 47 15 2D 3A 33
Octal 312 246 72 0 22 107 25 55 72 63
Binary 11001010 10100110 111010 0 10010 1000111 10101 101101 111010 110011

Color Harmonies of #CAA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA63A

Black with #CAA63A

Text Example


Text Example

White with #CAA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA63A; }

 p { color: rgb(202,166,58); }

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

background-color css

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

 a { background-color: rgb(202,166,58); }

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

border-color css

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

 span { border-color: rgb(202,166,58); }

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