Html Css Color HEX #CAA530 Metallic Gold

📋 copy color: '#CAA530'

red 202 ◦ green 165 ◦ blue 48

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

Shades of Metallic Gold #CAA530

Tints of Metallic Gold #CAA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 48.67%
G = 39.76%
B = 11.57%

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

#CAA530 (or 0xCAA530) is known color: Metallic Gold. HEX triplet: CA, A5 and 30. RGB value is (202,165,48). Sum of RGB (Red+Green+Blue) = 202+165+48=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA530 is #355ACF. Grayscale: #A3A3A3. Windows color (decimal): -3496656 or 3188170. OLE color: 3188170.

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

Color convert

RGB 202 165 48 -
CMYK 0 0.18 0.76 0.21
HSL 45.58º 0.62% 0.49% -
HSV(B) 45.58º 0.76% 0.79% -
XYZ 38.35 39.68 8.43 -
YUV 162.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 202 165 48 0 0.18 0.76 0.21 45.58 0.62 0.49
Hex CA A5 30 0 12 4C 15 2E 3E 31
Octal 312 245 60 0 22 114 25 56 76 61
Binary 11001010 10100101 110000 0 10010 1001100 10101 101110 111110 110001

Color Harmonies of #CAA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA530

Black with #CAA530

Text Example


Text Example

White with #CAA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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