Html Css Color HEX #CEA742 Metallic Gold

📋 copy color: '#CEA742'

red 206 ◦ green 167 ◦ blue 66

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

Shades of Metallic Gold #CEA742

Tints of Metallic Gold #CEA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

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

R = 46.92%
G = 38.04%
B = 15.03%

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

#CEA742 (or 0xCEA742) is known color: Metallic Gold. HEX triplet: CE, A7 and 42. RGB value is (206,167,66). Sum of RGB (Red+Green+Blue) = 206+167+66=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA742 is #3158BD. Grayscale: #A7A7A7. Windows color (decimal): -3233982 or 4368334. OLE color: 4368334.

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

Color convert

RGB 206 167 66 -
CMYK 0 0.19 0.68 0.19
HSL 43.29º 0.59% 0.53% -
HSV(B) 43.29º 0.68% 0.81% -
XYZ 40.26 41.15 10.98 -
YUV 167.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 206 167 66 0 0.19 0.68 0.19 43.29 0.59 0.53
Hex CE A7 42 0 13 44 13 2B 3B 35
Octal 316 247 102 0 23 104 23 53 73 65
Binary 11001110 10100111 1000010 0 10011 1000100 10011 101011 111011 110101

Color Harmonies of #CEA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA742

Black with #CEA742

Text Example


Text Example

White with #CEA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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