Html Css Color HEX #CEA435 Metallic Gold

📋 copy color: '#CEA435'

red 206 ◦ green 164 ◦ blue 53

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

Shades of Metallic Gold #CEA435

Tints of Metallic Gold #CEA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 48.7%
G = 38.77%
B = 12.53%

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

#CEA435 (or 0xCEA435) is known color: Metallic Gold. HEX triplet: CE, A4 and 35. RGB value is (206,164,53). Sum of RGB (Red+Green+Blue) = 206+164+53=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA435 is #315BCA. Grayscale: #A4A4A4. Windows color (decimal): -3234763 or 3515598. OLE color: 3515598.

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

Color convert

RGB 206 164 53 -
CMYK 0 0.20 0.74 0.19
HSL 43.53º 0.61% 0.51% -
HSV(B) 43.53º 0.74% 0.81% -
XYZ 39.37 39.93 9 -
YUV 163.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 206 164 53 0 0.20 0.74 0.19 43.53 0.61 0.51
Hex CE A4 35 0 14 4A 13 2C 3D 33
Octal 316 244 65 0 24 112 23 54 75 63
Binary 11001110 10100100 110101 0 10100 1001010 10011 101100 111101 110011

Color Harmonies of #CEA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA435

Black with #CEA435

Text Example


Text Example

White with #CEA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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