Html Css Color HEX #CEA940 Metallic Gold

📋 copy color: '#CEA940'

red 206 ◦ green 169 ◦ blue 64

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

Shades of Metallic Gold #CEA940

Tints of Metallic Gold #CEA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

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

R = 46.92%
G = 38.5%
B = 14.58%

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

#CEA940 (or 0xCEA940) is known color: Metallic Gold. HEX triplet: CE, A9 and 40. RGB value is (206,169,64). Sum of RGB (Red+Green+Blue) = 206+169+64=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA940 is #3156BF. Grayscale: #A8A8A8. Windows color (decimal): -3233472 or 4237774. OLE color: 4237774.

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

Color convert

RGB 206 169 64 -
CMYK 0 0.18 0.69 0.19
HSL 44.37º 0.59% 0.53% -
HSV(B) 44.37º 0.69% 0.81% -
XYZ 40.57 41.87 10.79 -
YUV 168.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 206 169 64 0 0.18 0.69 0.19 44.37 0.59 0.53
Hex CE A9 40 0 12 45 13 2C 3B 35
Octal 316 251 100 0 22 105 23 54 73 65
Binary 11001110 10101001 1000000 0 10010 1000101 10011 101100 111011 110101

Color Harmonies of #CEA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA940

Black with #CEA940

Text Example


Text Example

White with #CEA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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