Html Css Color HEX #CEA031 Metallic Gold

📋 copy color: '#CEA031'

red 206 ◦ green 160 ◦ blue 49

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

Shades of Metallic Gold #CEA031

Tints of Metallic Gold #CEA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 49.64%
G = 38.55%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEA031 (or 0xCEA031) is known color: Metallic Gold. HEX triplet: CE, A0 and 31. RGB value is (206,160,49). Sum of RGB (Red+Green+Blue) = 206+160+49=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA031 is #315FCE. Grayscale: #A1A1A1. Windows color (decimal): -3235791 or 3252430. OLE color: 3252430.

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

Color convert

RGB 206 160 49 -
CMYK 0 0.22 0.76 0.19
HSL 42.42º 0.62% 0.5% -
HSV(B) 42.42º 0.76% 0.81% -
XYZ 38.58 38.49 8.3 -
YUV 161.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 206 160 49 0 0.22 0.76 0.19 42.42 0.62 0.5
Hex CE A0 31 0 16 4C 13 2A 3E 32
Octal 316 240 61 0 26 114 23 52 76 62
Binary 11001110 10100000 110001 0 10110 1001100 10011 101010 111110 110010

Color Harmonies of #CEA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA031

Black with #CEA031

Text Example


Text Example

White with #CEA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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