Html Css Color HEX #CAA133 Metallic Gold

📋 copy color: '#CAA133'

red 202 ◦ green 161 ◦ blue 51

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

Shades of Metallic Gold #CAA133

Tints of Metallic Gold #CAA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 48.79%
G = 38.89%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAA133 (or 0xCAA133) is known color: Metallic Gold. HEX triplet: CA, A1 and 33. RGB value is (202,161,51). Sum of RGB (Red+Green+Blue) = 202+161+51=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA133 is #355ECC. Grayscale: #A1A1A1. Windows color (decimal): -3497677 or 3383754. OLE color: 3383754.

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

Color convert

RGB 202 161 51 -
CMYK 0 0.20 0.75 0.21
HSL 43.71º 0.6% 0.5% -
HSV(B) 43.71º 0.75% 0.79% -
XYZ 37.7 38.29 8.53 -
YUV 160.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 202 161 51 0 0.20 0.75 0.21 43.71 0.6 0.5
Hex CA A1 33 0 14 4B 15 2C 3C 32
Octal 312 241 63 0 24 113 25 54 74 62
Binary 11001010 10100001 110011 0 10100 1001011 10101 101100 111100 110010

Color Harmonies of #CAA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA133

Black with #CAA133

Text Example


Text Example

White with #CAA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA133; }

 p { color: rgb(202,161,51); }

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

background-color css

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

 a { background-color: rgb(202,161,51); }

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

border-color css

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

 span { border-color: rgb(202,161,51); }

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