Html Css Color HEX #CEA642 Metallic Gold

📋 copy color: '#CEA642'

red 206 ◦ green 166 ◦ blue 66

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

Shades of Metallic Gold #CEA642

Tints of Metallic Gold #CEA642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 47.03%
G = 37.9%
B = 15.07%

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

#CEA642 (or 0xCEA642) is known color: Metallic Gold. HEX triplet: CE, A6 and 42. RGB value is (206,166,66). Sum of RGB (Red+Green+Blue) = 206+166+66=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA642 is #3159BD. Grayscale: #A7A7A7. Windows color (decimal): -3234238 or 4368078. OLE color: 4368078.

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

Color convert

RGB 206 166 66 -
CMYK 0 0.19 0.68 0.19
HSL 42.86º 0.59% 0.53% -
HSV(B) 42.86º 0.68% 0.81% -
XYZ 40.07 40.79 10.91 -
YUV 166.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 206 166 66 0 0.19 0.68 0.19 42.86 0.59 0.53
Hex CE A6 42 0 13 44 13 2B 3B 35
Octal 316 246 102 0 23 104 23 53 73 65
Binary 11001110 10100110 1000010 0 10011 1000100 10011 101011 111011 110101

Color Harmonies of #CEA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA642

Black with #CEA642

Text Example


Text Example

White with #CEA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA642; }

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

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

background-color css

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

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

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

border-color css

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

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

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