Html Css Color HEX #CEA635 Metallic Gold

📋 copy color: '#CEA635'

red 206 ◦ green 166 ◦ blue 53

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

Shades of Metallic Gold #CEA635

Tints of Metallic Gold #CEA635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 48.47%
G = 39.06%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA635 (or 0xCEA635) is known color: Metallic Gold. HEX triplet: CE, A6 and 35. RGB value is (206,166,53). Sum of RGB (Red+Green+Blue) = 206+166+53=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA635 is #3159CA. Grayscale: #A5A5A5. Windows color (decimal): -3234251 or 3516110. OLE color: 3516110.

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

Color convert

RGB 206 166 53 -
CMYK 0 0.19 0.74 0.19
HSL 44.31º 0.61% 0.51% -
HSV(B) 44.31º 0.74% 0.81% -
XYZ 39.73 40.65 9.12 -
YUV 165.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 206 166 53 0 0.19 0.74 0.19 44.31 0.61 0.51
Hex CE A6 35 0 13 4A 13 2C 3D 33
Octal 316 246 65 0 23 112 23 54 75 63
Binary 11001110 10100110 110101 0 10011 1001010 10011 101100 111101 110011

Color Harmonies of #CEA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA635

Black with #CEA635

Text Example


Text Example

White with #CEA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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