Html Css Color HEX #CAA333 Metallic Gold

📋 copy color: '#CAA333'

red 202 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #CAA333

Tints of Metallic Gold #CAA333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 48.56%
G = 39.18%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAA333 (or 0xCAA333) is known color: Metallic Gold. HEX triplet: CA, A3 and 33. RGB value is (202,163,51). Sum of RGB (Red+Green+Blue) = 202+163+51=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA333 is #355CCC. Grayscale: #A2A2A2. Windows color (decimal): -3497165 or 3384266. OLE color: 3384266.

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

Color convert

RGB 202 163 51 -
CMYK 0 0.19 0.75 0.21
HSL 44.5º 0.6% 0.5% -
HSV(B) 44.5º 0.75% 0.79% -
XYZ 38.05 38.99 8.65 -
YUV 161.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 202 163 51 0 0.19 0.75 0.21 44.5 0.6 0.5
Hex CA A3 33 0 13 4B 15 2D 3C 32
Octal 312 243 63 0 23 113 25 55 74 62
Binary 11001010 10100011 110011 0 10011 1001011 10101 101101 111100 110010

Color Harmonies of #CAA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA333

Black with #CAA333

Text Example


Text Example

White with #CAA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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