Html Css Color HEX #CAA736 Metallic Gold

📋 copy color: '#CAA736'

red 202 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #CAA736

Tints of Metallic Gold #CAA736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 47.75%
G = 39.48%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAA736 (or 0xCAA736) is known color: Metallic Gold. HEX triplet: CA, A7 and 36. RGB value is (202,167,54). Sum of RGB (Red+Green+Blue) = 202+167+54=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA736 is #3558C9. Grayscale: #A5A5A5. Windows color (decimal): -3496138 or 3581898. OLE color: 3581898.

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

Color convert

RGB 202 167 54 -
CMYK 0 0.17 0.73 0.21
HSL 45.81º 0.58% 0.5% -
HSV(B) 45.81º 0.73% 0.79% -
XYZ 38.84 40.46 9.25 -
YUV 164.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 202 167 54 0 0.17 0.73 0.21 45.81 0.58 0.5
Hex CA A7 36 0 11 49 15 2E 3A 32
Octal 312 247 66 0 21 111 25 56 72 62
Binary 11001010 10100111 110110 0 10001 1001001 10101 101110 111010 110010

Color Harmonies of #CAA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA736

Black with #CAA736

Text Example


Text Example

White with #CAA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA736; }

 p { color: rgb(202,167,54); }

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

background-color css

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

 a { background-color: rgb(202,167,54); }

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

border-color css

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

 span { border-color: rgb(202,167,54); }

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