Html Css Color HEX #CEA641 Metallic Gold

📋 copy color: '#CEA641'

red 206 ◦ green 166 ◦ blue 65

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

Shades of Metallic Gold #CEA641

Tints of Metallic Gold #CEA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 47.14%
G = 37.99%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEA641 (or 0xCEA641) is known color: Metallic Gold. HEX triplet: CE, A6 and 41. RGB value is (206,166,65). Sum of RGB (Red+Green+Blue) = 206+166+65=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA641 is #3159BE. Grayscale: #A6A6A6. Windows color (decimal): -3234239 or 4302542. OLE color: 4302542.

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

Color convert

RGB 206 166 65 -
CMYK 0 0.19 0.68 0.19
HSL 42.98º 0.59% 0.53% -
HSV(B) 42.98º 0.68% 0.81% -
XYZ 40.04 40.78 10.76 -
YUV 166.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 206 166 65 0 0.19 0.68 0.19 42.98 0.59 0.53
Hex CE A6 41 0 13 44 13 2B 3B 35
Octal 316 246 101 0 23 104 23 53 73 65
Binary 11001110 10100110 1000001 0 10011 1000100 10011 101011 111011 110101

Color Harmonies of #CEA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA641

Black with #CEA641

Text Example


Text Example

White with #CEA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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