Html Css Color HEX #CEAD37 Metallic Gold

📋 copy color: '#CEAD37'

red 206 ◦ green 173 ◦ blue 55

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

Shades of Metallic Gold #CEAD37

Tints of Metallic Gold #CEAD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 47.47%
G = 39.86%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEAD37 (or 0xCEAD37) is known color: Metallic Gold. HEX triplet: CE, AD and 37. RGB value is (206,173,55). Sum of RGB (Red+Green+Blue) = 206+173+55=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD37 is #3152C8. Grayscale: #A9A9A9. Windows color (decimal): -3232457 or 3648974. OLE color: 3648974.

HSL color Cylindrical-coordinate representation of color #CEAD37: hue angle of 46.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEAD37 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 55 -
CMYK 0 0.16 0.73 0.19
HSL 46.89º 0.61% 0.51% -
HSV(B) 46.89º 0.73% 0.81% -
XYZ 41.09 43.28 9.8 -
YUV 169.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 206 173 55 0 0.16 0.73 0.19 46.89 0.61 0.51
Hex CE AD 37 0 10 49 13 2F 3D 33
Octal 316 255 67 0 20 111 23 57 75 63
Binary 11001110 10101101 110111 0 10000 1001001 10011 101111 111101 110011

Color Harmonies of #CEAD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD37

Black with #CEAD37

Text Example


Text Example

White with #CEAD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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