Html Css Color HEX #CEA836 Metallic Gold

📋 copy color: '#CEA836'

red 206 ◦ green 168 ◦ blue 54

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

Shades of Metallic Gold #CEA836

Tints of Metallic Gold #CEA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 48.13%
G = 39.25%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA836 (or 0xCEA836) is known color: Metallic Gold. HEX triplet: CE, A8 and 36. RGB value is (206,168,54). Sum of RGB (Red+Green+Blue) = 206+168+54=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA836 is #3157C9. Grayscale: #A6A6A6. Windows color (decimal): -3233738 or 3582158. OLE color: 3582158.

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

Color convert

RGB 206 168 54 -
CMYK 0 0.18 0.74 0.19
HSL 45º 0.61% 0.51% -
HSV(B) 45º 0.74% 0.81% -
XYZ 40.12 41.39 9.37 -
YUV 166.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 206 168 54 0 0.18 0.74 0.19 45 0.61 0.51
Hex CE A8 36 0 12 4A 13 2D 3D 33
Octal 316 250 66 0 22 112 23 55 75 63
Binary 11001110 10101000 110110 0 10010 1001010 10011 101101 111101 110011

Color Harmonies of #CEA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA836

Black with #CEA836

Text Example


Text Example

White with #CEA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA836; }

 p { color: rgb(206,168,54); }

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

background-color css

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

 a { background-color: rgb(206,168,54); }

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

border-color css

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

 span { border-color: rgb(206,168,54); }

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