Html Css Color HEX #CAA630 Metallic Gold

📋 copy color: '#CAA630'

red 202 ◦ green 166 ◦ blue 48

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

Shades of Metallic Gold #CAA630

Tints of Metallic Gold #CAA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 48.56%
G = 39.9%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAA630 (or 0xCAA630) is known color: Metallic Gold. HEX triplet: CA, A6 and 30. RGB value is (202,166,48). Sum of RGB (Red+Green+Blue) = 202+166+48=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA630 is #3559CF. Grayscale: #A3A3A3. Windows color (decimal): -3496400 or 3188426. OLE color: 3188426.

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

Color convert

RGB 202 166 48 -
CMYK 0 0.18 0.76 0.21
HSL 45.97º 0.62% 0.49% -
HSV(B) 45.97º 0.76% 0.79% -
XYZ 38.53 40.04 8.49 -
YUV 163.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 202 166 48 0 0.18 0.76 0.21 45.97 0.62 0.49
Hex CA A6 30 0 12 4C 15 2E 3E 31
Octal 312 246 60 0 22 114 25 56 76 61
Binary 11001010 10100110 110000 0 10010 1001100 10101 101110 111110 110001

Color Harmonies of #CAA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA630

Black with #CAA630

Text Example


Text Example

White with #CAA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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