Html Css Color HEX #CAA73C Metallic Gold

📋 copy color: '#CAA73C'

red 202 ◦ green 167 ◦ blue 60

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

Shades of Metallic Gold #CAA73C

Tints of Metallic Gold #CAA73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 47.09%
G = 38.93%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAA73C (or 0xCAA73C) is known color: Metallic Gold. HEX triplet: CA, A7 and 3C. RGB value is (202,167,60). Sum of RGB (Red+Green+Blue) = 202+167+60=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA73C is #3558C3. Grayscale: #A5A5A5. Windows color (decimal): -3496132 or 3975114. OLE color: 3975114.

HSL color Cylindrical-coordinate representation of color #CAA73C: hue angle of 45.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA73C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 60 -
CMYK 0 0.17 0.70 0.21
HSL 45.21º 0.57% 0.51% -
HSV(B) 45.21º 0.7% 0.79% -
XYZ 38.99 40.52 10.04 -
YUV 165.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 202 167 60 0 0.17 0.70 0.21 45.21 0.57 0.51
Hex CA A7 3C 0 11 46 15 2D 39 33
Octal 312 247 74 0 21 106 25 55 71 63
Binary 11001010 10100111 111100 0 10001 1000110 10101 101101 111001 110011

Color Harmonies of #CAA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA73C

Black with #CAA73C

Text Example


Text Example

White with #CAA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA73C; }

 p { color: rgb(202,167,60); }

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

background-color css

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

 a { background-color: rgb(202,167,60); }

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

border-color css

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

 span { border-color: rgb(202,167,60); }

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