Html Css Color HEX #CAA230 Metallic Gold

📋 copy color: '#CAA230'

red 202 ◦ green 162 ◦ blue 48

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

Shades of Metallic Gold #CAA230

Tints of Metallic Gold #CAA230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 49.03%
G = 39.32%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA230 (or 0xCAA230) is known color: Metallic Gold. HEX triplet: CA, A2 and 30. RGB value is (202,162,48). Sum of RGB (Red+Green+Blue) = 202+162+48=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA230 is #355DCF. Grayscale: #A1A1A1. Windows color (decimal): -3497424 or 3187402. OLE color: 3187402.

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

Color convert

RGB 202 162 48 -
CMYK 0 0.20 0.76 0.21
HSL 44.42º 0.62% 0.49% -
HSV(B) 44.42º 0.76% 0.79% -
XYZ 37.81 38.61 8.26 -
YUV 160.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 202 162 48 0 0.20 0.76 0.21 44.42 0.62 0.49
Hex CA A2 30 0 14 4C 15 2C 3E 31
Octal 312 242 60 0 24 114 25 54 76 61
Binary 11001010 10100010 110000 0 10100 1001100 10101 101100 111110 110001

Color Harmonies of #CAA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA230

Black with #CAA230

Text Example


Text Example

White with #CAA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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