Html Css Color HEX #CEA535 Metallic Gold

📋 copy color: '#CEA535'

red 206 ◦ green 165 ◦ blue 53

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

Shades of Metallic Gold #CEA535

Tints of Metallic Gold #CEA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.5%

R = 48.58%
G = 38.92%
B = 12.5%

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

#CEA535 (or 0xCEA535) is known color: Metallic Gold. HEX triplet: CE, A5 and 35. RGB value is (206,165,53). Sum of RGB (Red+Green+Blue) = 206+165+53=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA535 is #315ACA. Grayscale: #A4A4A4. Windows color (decimal): -3234507 or 3515854. OLE color: 3515854.

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

Color convert

RGB 206 165 53 -
CMYK 0 0.20 0.74 0.19
HSL 43.92º 0.61% 0.51% -
HSV(B) 43.92º 0.74% 0.81% -
XYZ 39.55 40.29 9.06 -
YUV 164.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 206 165 53 0 0.20 0.74 0.19 43.92 0.61 0.51
Hex CE A5 35 0 14 4A 13 2C 3D 33
Octal 316 245 65 0 24 112 23 54 75 63
Binary 11001110 10100101 110101 0 10100 1001010 10011 101100 111101 110011

Color Harmonies of #CEA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA535

Black with #CEA535

Text Example


Text Example

White with #CEA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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