Html Css Color HEX #CEA63E Metallic Gold

📋 copy color: '#CEA63E'

red 206 ◦ green 166 ◦ blue 62

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

Shades of Metallic Gold #CEA63E

Tints of Metallic Gold #CEA63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 47.47%
G = 38.25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEA63E (or 0xCEA63E) is known color: Metallic Gold. HEX triplet: CE, A6 and 3E. RGB value is (206,166,62). Sum of RGB (Red+Green+Blue) = 206+166+62=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA63E is #3159C1. Grayscale: #A6A6A6. Windows color (decimal): -3234242 or 4105934. OLE color: 4105934.

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

Color convert

RGB 206 166 62 -
CMYK 0 0.19 0.70 0.19
HSL 43.33º 0.6% 0.53% -
HSV(B) 43.33º 0.7% 0.81% -
XYZ 39.96 40.74 10.32 -
YUV 166.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 206 166 62 0 0.19 0.70 0.19 43.33 0.6 0.53
Hex CE A6 3E 0 13 46 13 2B 3C 35
Octal 316 246 76 0 23 106 23 53 74 65
Binary 11001110 10100110 111110 0 10011 1000110 10011 101011 111100 110101

Color Harmonies of #CEA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA63E

Black with #CEA63E

Text Example


Text Example

White with #CEA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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