Html Css Color HEX #CEA537 Metallic Gold

📋 copy color: '#CEA537'

red 206 ◦ green 165 ◦ blue 55

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

Shades of Metallic Gold #CEA537

Tints of Metallic Gold #CEA537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 48.36%
G = 38.73%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEA537 (or 0xCEA537) is known color: Metallic Gold. HEX triplet: CE, A5 and 37. RGB value is (206,165,55). Sum of RGB (Red+Green+Blue) = 206+165+55=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA537 is #315AC8. Grayscale: #A5A5A5. Windows color (decimal): -3234505 or 3646926. OLE color: 3646926.

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

Color convert

RGB 206 165 55 -
CMYK 0 0.20 0.73 0.19
HSL 43.71º 0.61% 0.51% -
HSV(B) 43.71º 0.73% 0.81% -
XYZ 39.6 40.31 9.31 -
YUV 164.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 206 165 55 0 0.20 0.73 0.19 43.71 0.61 0.51
Hex CE A5 37 0 14 49 13 2C 3D 33
Octal 316 245 67 0 24 111 23 54 75 63
Binary 11001110 10100101 110111 0 10100 1001001 10011 101100 111101 110011

Color Harmonies of #CEA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA537

Black with #CEA537

Text Example


Text Example

White with #CEA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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