Html Css Color HEX #CAA83E Metallic Gold

📋 copy color: '#CAA83E'

red 202 ◦ green 168 ◦ blue 62

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

Shades of Metallic Gold #CAA83E

Tints of Metallic Gold #CAA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 46.76%
G = 38.89%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAA83E (or 0xCAA83E) is known color: Metallic Gold. HEX triplet: CA, A8 and 3E. RGB value is (202,168,62). Sum of RGB (Red+Green+Blue) = 202+168+62=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA83E is #3557C1. Grayscale: #A6A6A6. Windows color (decimal): -3495874 or 4106442. OLE color: 4106442.

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

Color convert

RGB 202 168 62 -
CMYK 0 0.17 0.69 0.21
HSL 45.43º 0.57% 0.52% -
HSV(B) 45.43º 0.69% 0.79% -
XYZ 39.23 40.91 10.39 -
YUV 166.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 202 168 62 0 0.17 0.69 0.21 45.43 0.57 0.52
Hex CA A8 3E 0 11 45 15 2D 39 34
Octal 312 250 76 0 21 105 25 55 71 64
Binary 11001010 10101000 111110 0 10001 1000101 10101 101101 111001 110100

Color Harmonies of #CAA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA83E

Black with #CAA83E

Text Example


Text Example

White with #CAA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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