Html Css Color HEX #CEA141 Metallic Gold

📋 copy color: '#CEA141'

red 206 ◦ green 161 ◦ blue 65

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

Shades of Metallic Gold #CEA141

Tints of Metallic Gold #CEA141

RGB

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

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

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

R = 47.69%
G = 37.27%
B = 15.05%

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

#CEA141 (or 0xCEA141) is known color: Metallic Gold. HEX triplet: CE, A1 and 41. RGB value is (206,161,65). Sum of RGB (Red+Green+Blue) = 206+161+65=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA141 is #315EBE. Grayscale: #A3A3A3. Windows color (decimal): -3235519 or 4301262. OLE color: 4301262.

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

Color convert

RGB 206 161 65 -
CMYK 0 0.22 0.68 0.19
HSL 40.85º 0.59% 0.53% -
HSV(B) 40.85º 0.68% 0.81% -
XYZ 39.15 38.99 10.46 -
YUV 163.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 206 161 65 0 0.22 0.68 0.19 40.85 0.59 0.53
Hex CE A1 41 0 16 44 13 29 3B 35
Octal 316 241 101 0 26 104 23 51 73 65
Binary 11001110 10100001 1000001 0 10110 1000100 10011 101001 111011 110101

Color Harmonies of #CEA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA141

Black with #CEA141

Text Example


Text Example

White with #CEA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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