Html Css Color HEX #CEA335 Metallic Gold

📋 copy color: '#CEA335'

red 206 ◦ green 163 ◦ blue 53

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

Shades of Metallic Gold #CEA335

Tints of Metallic Gold #CEA335

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 48.82%
G = 38.63%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEA335 (or 0xCEA335) is known color: Metallic Gold. HEX triplet: CE, A3 and 35. RGB value is (206,163,53). Sum of RGB (Red+Green+Blue) = 206+163+53=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA335 is #315CCA. Grayscale: #A3A3A3. Windows color (decimal): -3235019 or 3515342. OLE color: 3515342.

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

Color convert

RGB 206 163 53 -
CMYK 0 0.21 0.74 0.19
HSL 43.14º 0.61% 0.51% -
HSV(B) 43.14º 0.74% 0.81% -
XYZ 39.19 39.57 8.94 -
YUV 163.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 206 163 53 0 0.21 0.74 0.19 43.14 0.61 0.51
Hex CE A3 35 0 15 4A 13 2B 3D 33
Octal 316 243 65 0 25 112 23 53 75 63
Binary 11001110 10100011 110101 0 10101 1001010 10011 101011 111101 110011

Color Harmonies of #CEA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA335

Black with #CEA335

Text Example


Text Example

White with #CEA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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