Html Css Color HEX #CEA842 Metallic Gold

📋 copy color: '#CEA842'

red 206 ◦ green 168 ◦ blue 66

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

Shades of Metallic Gold #CEA842

Tints of Metallic Gold #CEA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 46.82%
G = 38.18%
B = 15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEA842 (or 0xCEA842) is known color: Metallic Gold. HEX triplet: CE, A8 and 42. RGB value is (206,168,66). Sum of RGB (Red+Green+Blue) = 206+168+66=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA842 is #3157BD. Grayscale: #A8A8A8. Windows color (decimal): -3233726 or 4368590. OLE color: 4368590.

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

Color convert

RGB 206 168 66 -
CMYK 0 0.18 0.68 0.19
HSL 43.71º 0.59% 0.53% -
HSV(B) 43.71º 0.68% 0.81% -
XYZ 40.44 41.52 11.04 -
YUV 167.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 206 168 66 0 0.18 0.68 0.19 43.71 0.59 0.53
Hex CE A8 42 0 12 44 13 2C 3B 35
Octal 316 250 102 0 22 104 23 54 73 65
Binary 11001110 10101000 1000010 0 10010 1000100 10011 101100 111011 110101

Color Harmonies of #CEA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA842

Black with #CEA842

Text Example


Text Example

White with #CEA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA842; }

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

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

background-color css

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

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

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

border-color css

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

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

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