Html Css Color HEX #CAA438 Metallic Gold

📋 copy color: '#CAA438'

red 202 ◦ green 164 ◦ blue 56

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

Shades of Metallic Gold #CAA438

Tints of Metallic Gold #CAA438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 47.87%
G = 38.86%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAA438 (or 0xCAA438) is known color: Metallic Gold. HEX triplet: CA, A4 and 38. RGB value is (202,164,56). Sum of RGB (Red+Green+Blue) = 202+164+56=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA438 is #355BC7. Grayscale: #A3A3A3. Windows color (decimal): -3496904 or 3712202. OLE color: 3712202.

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

Color convert

RGB 202 164 56 -
CMYK 0 0.19 0.72 0.21
HSL 44.38º 0.58% 0.51% -
HSV(B) 44.38º 0.72% 0.79% -
XYZ 38.35 39.39 9.32 -
YUV 163.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 202 164 56 0 0.19 0.72 0.21 44.38 0.58 0.51
Hex CA A4 38 0 13 48 15 2C 3A 33
Octal 312 244 70 0 23 110 25 54 72 63
Binary 11001010 10100100 111000 0 10011 1001000 10101 101100 111010 110011

Color Harmonies of #CAA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA438

Black with #CAA438

Text Example


Text Example

White with #CAA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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