Html Css Color HEX #CAA639 Metallic Gold

📋 copy color: '#CAA639'

red 202 ◦ green 166 ◦ blue 57

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

Shades of Metallic Gold #CAA639

Tints of Metallic Gold #CAA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 57 (22.66% from 255) = 13.41%

R = 47.53%
G = 39.06%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAA639 (or 0xCAA639) is known color: Metallic Gold. HEX triplet: CA, A6 and 39. RGB value is (202,166,57). Sum of RGB (Red+Green+Blue) = 202+166+57=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA639 is #3559C6. Grayscale: #A4A4A4. Windows color (decimal): -3496391 or 3778250. OLE color: 3778250.

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

Color convert

RGB 202 166 57 -
CMYK 0 0.18 0.72 0.21
HSL 45.1º 0.58% 0.51% -
HSV(B) 45.1º 0.72% 0.79% -
XYZ 38.73 40.12 9.57 -
YUV 164.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 202 166 57 0 0.18 0.72 0.21 45.1 0.58 0.51
Hex CA A6 39 0 12 48 15 2D 3A 33
Octal 312 246 71 0 22 110 25 55 72 63
Binary 11001010 10100110 111001 0 10010 1001000 10101 101101 111010 110011

Color Harmonies of #CAA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA639

Black with #CAA639

Text Example


Text Example

White with #CAA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA639; }

 p { color: rgb(202,166,57); }

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

background-color css

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

 a { background-color: rgb(202,166,57); }

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

border-color css

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

 span { border-color: rgb(202,166,57); }

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