Html Css Color HEX #CEA840 Metallic Gold

📋 copy color: '#CEA840'

red 206 ◦ green 168 ◦ blue 64

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

Shades of Metallic Gold #CEA840

Tints of Metallic Gold #CEA840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 47.03%
G = 38.36%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEA840 (or 0xCEA840) is known color: Metallic Gold. HEX triplet: CE, A8 and 40. RGB value is (206,168,64). Sum of RGB (Red+Green+Blue) = 206+168+64=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA840 is #3157BF. Grayscale: #A7A7A7. Windows color (decimal): -3233728 or 4237518. OLE color: 4237518.

HSL color Cylindrical-coordinate representation of color #CEA840: hue angle of 43.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEA840 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 64 -
CMYK 0 0.18 0.69 0.19
HSL 43.94º 0.59% 0.53% -
HSV(B) 43.94º 0.69% 0.81% -
XYZ 40.38 41.5 10.73 -
YUV 167.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 206 168 64 0 0.18 0.69 0.19 43.94 0.59 0.53
Hex CE A8 40 0 12 45 13 2C 3B 35
Octal 316 250 100 0 22 105 23 54 73 65
Binary 11001110 10101000 1000000 0 10010 1000101 10011 101100 111011 110101

Color Harmonies of #CEA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA840

Black with #CEA840

Text Example


Text Example

White with #CEA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA840; }

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

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

background-color css

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

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

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

border-color css

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

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

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