Html Css Color HEX #CEA337 Metallic Gold

📋 copy color: '#CEA337'

red 206 ◦ green 163 ◦ blue 55

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

Shades of Metallic Gold #CEA337

Tints of Metallic Gold #CEA337

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

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

R = 48.58%
G = 38.44%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEA337 (or 0xCEA337) is known color: Metallic Gold. HEX triplet: CE, A3 and 37. RGB value is (206,163,55). Sum of RGB (Red+Green+Blue) = 206+163+55=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA337 is #315CC8. Grayscale: #A4A4A4. Windows color (decimal): -3235017 or 3646414. OLE color: 3646414.

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

Color convert

RGB 206 163 55 -
CMYK 0 0.21 0.73 0.19
HSL 42.91º 0.61% 0.51% -
HSV(B) 42.91º 0.73% 0.81% -
XYZ 39.24 39.59 9.19 -
YUV 163.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 206 163 55 0 0.21 0.73 0.19 42.91 0.61 0.51
Hex CE A3 37 0 15 49 13 2B 3D 33
Octal 316 243 67 0 25 111 23 53 75 63
Binary 11001110 10100011 110111 0 10101 1001001 10011 101011 111101 110011

Color Harmonies of #CEA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA337

Black with #CEA337

Text Example


Text Example

White with #CEA337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA337; }

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

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

background-color css

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

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

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

border-color css

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

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

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