Html Css Color HEX #CAA83A Metallic Gold

📋 copy color: '#CAA83A'

red 202 ◦ green 168 ◦ blue 58

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

Shades of Metallic Gold #CAA83A

Tints of Metallic Gold #CAA83A

RGB

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

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

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

R = 47.2%
G = 39.25%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAA83A (or 0xCAA83A) is known color: Metallic Gold. HEX triplet: CA, A8 and 3A. RGB value is (202,168,58). Sum of RGB (Red+Green+Blue) = 202+168+58=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA83A is #3557C5. Grayscale: #A6A6A6. Windows color (decimal): -3495878 or 3844298. OLE color: 3844298.

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

Color convert

RGB 202 168 58 -
CMYK 0 0.17 0.71 0.21
HSL 45.83º 0.58% 0.51% -
HSV(B) 45.83º 0.71% 0.79% -
XYZ 39.12 40.87 9.83 -
YUV 165.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 202 168 58 0 0.17 0.71 0.21 45.83 0.58 0.51
Hex CA A8 3A 0 11 47 15 2E 3A 33
Octal 312 250 72 0 21 107 25 56 72 63
Binary 11001010 10101000 111010 0 10001 1000111 10101 101110 111010 110011

Color Harmonies of #CAA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA83A

Black with #CAA83A

Text Example


Text Example

White with #CAA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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