Html Css Color HEX #CEA041 Metallic Gold

📋 copy color: '#CEA041'

red 206 ◦ green 160 ◦ blue 65

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

Shades of Metallic Gold #CEA041

Tints of Metallic Gold #CEA041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 47.8%
G = 37.12%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEA041 (or 0xCEA041) is known color: Metallic Gold. HEX triplet: CE, A0 and 41. RGB value is (206,160,65). Sum of RGB (Red+Green+Blue) = 206+160+65=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA041 is #315FBE. Grayscale: #A3A3A3. Windows color (decimal): -3235775 or 4301006. OLE color: 4301006.

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

Color convert

RGB 206 160 65 -
CMYK 0 0.22 0.68 0.19
HSL 40.43º 0.59% 0.53% -
HSV(B) 40.43º 0.68% 0.81% -
XYZ 38.98 38.65 10.41 -
YUV 162.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 206 160 65 0 0.22 0.68 0.19 40.43 0.59 0.53
Hex CE A0 41 0 16 44 13 28 3B 35
Octal 316 240 101 0 26 104 23 50 73 65
Binary 11001110 10100000 1000001 0 10110 1000100 10011 101000 111011 110101

Color Harmonies of #CEA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA041

Black with #CEA041

Text Example


Text Example

White with #CEA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA041; }

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

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

background-color css

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

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

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

border-color css

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

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

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