Html Css Color HEX #CEA536 Metallic Gold

📋 copy color: '#CEA536'

red 206 ◦ green 165 ◦ blue 54

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

Shades of Metallic Gold #CEA536

Tints of Metallic Gold #CEA536

RGB

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

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

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

R = 48.47%
G = 38.82%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA536 (or 0xCEA536) is known color: Metallic Gold. HEX triplet: CE, A5 and 36. RGB value is (206,165,54). Sum of RGB (Red+Green+Blue) = 206+165+54=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA536 is #315AC9. Grayscale: #A5A5A5. Windows color (decimal): -3234506 or 3581390. OLE color: 3581390.

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

Color convert

RGB 206 165 54 -
CMYK 0 0.20 0.74 0.19
HSL 43.82º 0.61% 0.51% -
HSV(B) 43.82º 0.74% 0.81% -
XYZ 39.57 40.3 9.18 -
YUV 164.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 206 165 54 0 0.20 0.74 0.19 43.82 0.61 0.51
Hex CE A5 36 0 14 4A 13 2C 3D 33
Octal 316 245 66 0 24 112 23 54 75 63
Binary 11001110 10100101 110110 0 10100 1001010 10011 101100 111101 110011

Color Harmonies of #CEA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA536

Black with #CEA536

Text Example


Text Example

White with #CEA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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