Html Css Color HEX #CEAD3E Metallic Gold

📋 copy color: '#CEAD3E'

red 206 ◦ green 173 ◦ blue 62

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

Shades of Metallic Gold #CEAD3E

Tints of Metallic Gold #CEAD3E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 46.71%
G = 39.23%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEAD3E (or 0xCEAD3E) is known color: Metallic Gold. HEX triplet: CE, AD and 3E. RGB value is (206,173,62). Sum of RGB (Red+Green+Blue) = 206+173+62=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD3E is #3152C1. Grayscale: #AAAAAA. Windows color (decimal): -3232450 or 4107726. OLE color: 4107726.

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

Color convert

RGB 206 173 62 -
CMYK 0 0.16 0.70 0.19
HSL 46.25º 0.6% 0.53% -
HSV(B) 46.25º 0.7% 0.81% -
XYZ 41.27 43.36 10.75 -
YUV 170.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 206 173 62 0 0.16 0.70 0.19 46.25 0.6 0.53
Hex CE AD 3E 0 10 46 13 2E 3C 35
Octal 316 255 76 0 20 106 23 56 74 65
Binary 11001110 10101101 111110 0 10000 1000110 10011 101110 111100 110101

Color Harmonies of #CEAD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD3E

Black with #CEAD3E

Text Example


Text Example

White with #CEAD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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