Html Css Color HEX #CEA138 Metallic Gold

📋 copy color: '#CEA138'

red 206 ◦ green 161 ◦ blue 56

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

Shades of Metallic Gold #CEA138

Tints of Metallic Gold #CEA138

RGB

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

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

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

R = 48.7%
G = 38.06%
B = 13.24%

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

#CEA138 (or 0xCEA138) is known color: Metallic Gold. HEX triplet: CE, A1 and 38. RGB value is (206,161,56). Sum of RGB (Red+Green+Blue) = 206+161+56=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA138 is #315EC7. Grayscale: #A2A2A2. Windows color (decimal): -3235528 or 3711438. OLE color: 3711438.

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

Color convert

RGB 206 161 56 -
CMYK 0 0.22 0.73 0.19
HSL 42º 0.6% 0.51% -
HSV(B) 42º 0.73% 0.81% -
XYZ 38.91 38.9 9.2 -
YUV 162.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 206 161 56 0 0.22 0.73 0.19 42 0.6 0.51
Hex CE A1 38 0 16 49 13 2A 3C 33
Octal 316 241 70 0 26 111 23 52 74 63
Binary 11001110 10100001 111000 0 10110 1001001 10011 101010 111100 110011

Color Harmonies of #CEA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA138

Black with #CEA138

Text Example


Text Example

White with #CEA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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