Html Css Color HEX #CEA137 Metallic Gold

📋 copy color: '#CEA137'

red 206 ◦ green 161 ◦ blue 55

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

Shades of Metallic Gold #CEA137

Tints of Metallic Gold #CEA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 48.82%
G = 38.15%
B = 13.03%

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

#CEA137 (or 0xCEA137) is known color: Metallic Gold. HEX triplet: CE, A1 and 37. RGB value is (206,161,55). Sum of RGB (Red+Green+Blue) = 206+161+55=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA137 is #315EC8. Grayscale: #A2A2A2. Windows color (decimal): -3235529 or 3645902. OLE color: 3645902.

HSL color Cylindrical-coordinate representation of color #CEA137: hue angle of 42.12º 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 #CEA137 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 55 -
CMYK 0 0.22 0.73 0.19
HSL 42.12º 0.61% 0.51% -
HSV(B) 42.12º 0.73% 0.81% -
XYZ 38.89 38.89 9.07 -
YUV 162.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 206 161 55 0 0.22 0.73 0.19 42.12 0.61 0.51
Hex CE A1 37 0 16 49 13 2A 3D 33
Octal 316 241 67 0 26 111 23 52 75 63
Binary 11001110 10100001 110111 0 10110 1001001 10011 101010 111101 110011

Color Harmonies of #CEA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA137

Black with #CEA137

Text Example


Text Example

White with #CEA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA137; }

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

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

background-color css

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

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

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

border-color css

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

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

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