Html Css Color HEX #CAA23E Metallic Gold

📋 copy color: '#CAA23E'

red 202 ◦ green 162 ◦ blue 62

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

Shades of Metallic Gold #CAA23E

Tints of Metallic Gold #CAA23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 47.42%
G = 38.03%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAA23E (or 0xCAA23E) is known color: Metallic Gold. HEX triplet: CA, A2 and 3E. RGB value is (202,162,62). Sum of RGB (Red+Green+Blue) = 202+162+62=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA23E is #355DC1. Grayscale: #A3A3A3. Windows color (decimal): -3497410 or 4104906. OLE color: 4104906.

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

Color convert

RGB 202 162 62 -
CMYK 0 0.20 0.69 0.21
HSL 42.86º 0.57% 0.52% -
HSV(B) 42.86º 0.69% 0.79% -
XYZ 38.15 38.75 10.03 -
YUV 162.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 202 162 62 0 0.20 0.69 0.21 42.86 0.57 0.52
Hex CA A2 3E 0 14 45 15 2B 39 34
Octal 312 242 76 0 24 105 25 53 71 64
Binary 11001010 10100010 111110 0 10100 1000101 10101 101011 111001 110100

Color Harmonies of #CAA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA23E

Black with #CAA23E

Text Example


Text Example

White with #CAA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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