Html Css Color HEX #CAA432 Metallic Gold

📋 copy color: '#CAA432'

red 202 ◦ green 164 ◦ blue 50

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

Shades of Metallic Gold #CAA432

Tints of Metallic Gold #CAA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 48.56%
G = 39.42%
B = 12.02%

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

#CAA432 (or 0xCAA432) is known color: Metallic Gold. HEX triplet: CA, A4 and 32. RGB value is (202,164,50). Sum of RGB (Red+Green+Blue) = 202+164+50=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA432 is #355BCD. Grayscale: #A2A2A2. Windows color (decimal): -3496910 or 3318986. OLE color: 3318986.

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

Color convert

RGB 202 164 50 -
CMYK 0 0.19 0.75 0.21
HSL 45º 0.6% 0.49% -
HSV(B) 45º 0.75% 0.79% -
XYZ 38.21 39.34 8.6 -
YUV 162.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 202 164 50 0 0.19 0.75 0.21 45 0.6 0.49
Hex CA A4 32 0 13 4B 15 2D 3C 31
Octal 312 244 62 0 23 113 25 55 74 61
Binary 11001010 10100100 110010 0 10011 1001011 10101 101101 111100 110001

Color Harmonies of #CAA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA432

Black with #CAA432

Text Example


Text Example

White with #CAA432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA432; }

 p { color: rgb(202,164,50); }

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

background-color css

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

 a { background-color: rgb(202,164,50); }

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

border-color css

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

 span { border-color: rgb(202,164,50); }

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