Html Css Color HEX #CAA038 Metallic Gold

📋 copy color: '#CAA038'

red 202 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #CAA038

Tints of Metallic Gold #CAA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

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

R = 48.33%
G = 38.28%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAA038 (or 0xCAA038) is known color: Metallic Gold. HEX triplet: CA, A0 and 38. RGB value is (202,160,56). Sum of RGB (Red+Green+Blue) = 202+160+56=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA038 is #355FC7. Grayscale: #A1A1A1. Windows color (decimal): -3497928 or 3711178. OLE color: 3711178.

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

Color convert

RGB 202 160 56 -
CMYK 0 0.21 0.72 0.21
HSL 42.74º 0.58% 0.51% -
HSV(B) 42.74º 0.72% 0.79% -
XYZ 37.64 37.98 9.09 -
YUV 160.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 202 160 56 0 0.21 0.72 0.21 42.74 0.58 0.51
Hex CA A0 38 0 15 48 15 2B 3A 33
Octal 312 240 70 0 25 110 25 53 72 63
Binary 11001010 10100000 111000 0 10101 1001000 10101 101011 111010 110011

Color Harmonies of #CAA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA038

Black with #CAA038

Text Example


Text Example

White with #CAA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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