Html Css Color HEX #CEA037 Metallic Gold

📋 copy color: '#CEA037'

red 206 ◦ green 160 ◦ blue 55

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

Shades of Metallic Gold #CEA037

Tints of Metallic Gold #CEA037

RGB

 RED value IS 206 (80.86% from 255) = 48.93%

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

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 48.93%
G = 38%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEA037 (or 0xCEA037) is known color: Metallic Gold. HEX triplet: CE, A0 and 37. RGB value is (206,160,55). Sum of RGB (Red+Green+Blue) = 206+160+55=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA037 is #315FC8. Grayscale: #A2A2A2. Windows color (decimal): -3235785 or 3645646. OLE color: 3645646.

HSL color Cylindrical-coordinate representation of color #CEA037: hue angle of 41.72º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA037 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 55 -
CMYK 0 0.22 0.73 0.19
HSL 41.72º 0.61% 0.51% -
HSV(B) 41.72º 0.73% 0.81% -
XYZ 38.71 38.54 9.01 -
YUV 161.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 206 160 55 0 0.22 0.73 0.19 41.72 0.61 0.51
Hex CE A0 37 0 16 49 13 2A 3D 33
Octal 316 240 67 0 26 111 23 52 75 63
Binary 11001110 10100000 110111 0 10110 1001001 10011 101010 111101 110011

Color Harmonies of #CEA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA037

Black with #CEA037

Text Example


Text Example

White with #CEA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA037; }

 p { color: rgb(206,160,55); }

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

background-color css

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

 a { background-color: rgb(206,160,55); }

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

border-color css

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

 span { border-color: rgb(206,160,55); }

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