Html Css Color HEX #CAA934 Metallic Gold

📋 copy color: '#CAA934'

red 202 ◦ green 169 ◦ blue 52

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

Shades of Metallic Gold #CAA934

Tints of Metallic Gold #CAA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.95%

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 47.75%
G = 39.95%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CAA934 (or 0xCAA934) is known color: Metallic Gold. HEX triplet: CA, A9 and 34. RGB value is (202,169,52). Sum of RGB (Red+Green+Blue) = 202+169+52=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA934 is #3556CB. Grayscale: #A6A6A6. Windows color (decimal): -3495628 or 3451338. OLE color: 3451338.

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

Color convert

RGB 202 169 52 -
CMYK 0 0.16 0.74 0.21
HSL 46.8º 0.59% 0.5% -
HSV(B) 46.8º 0.74% 0.79% -
XYZ 39.16 41.18 9.13 -
YUV 165.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 202 169 52 0 0.16 0.74 0.21 46.8 0.59 0.5
Hex CA A9 34 0 10 4A 15 2F 3B 32
Octal 312 251 64 0 20 112 25 57 73 62
Binary 11001010 10101001 110100 0 10000 1001010 10101 101111 111011 110010

Color Harmonies of #CAA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA934

Black with #CAA934

Text Example


Text Example

White with #CAA934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA934; }

 p { color: rgb(202,169,52); }

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

background-color css

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

 a { background-color: rgb(202,169,52); }

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

border-color css

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

 span { border-color: rgb(202,169,52); }

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