Html Css Color HEX #CEA334 Metallic Gold

📋 copy color: '#CEA334'

red 206 ◦ green 163 ◦ blue 52

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

Shades of Metallic Gold #CEA334

Tints of Metallic Gold #CEA334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 48.93%
G = 38.72%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA334 (or 0xCEA334) is known color: Metallic Gold. HEX triplet: CE, A3 and 34. RGB value is (206,163,52). Sum of RGB (Red+Green+Blue) = 206+163+52=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA334 is #315CCB. Grayscale: #A3A3A3. Windows color (decimal): -3235020 or 3449806. OLE color: 3449806.

HSL color Cylindrical-coordinate representation of color #CEA334: hue angle of 43.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEA334 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 52 -
CMYK 0 0.21 0.75 0.19
HSL 43.25º 0.61% 0.51% -
HSV(B) 43.25º 0.75% 0.81% -
XYZ 39.17 39.56 8.82 -
YUV 163.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 206 163 52 0 0.21 0.75 0.19 43.25 0.61 0.51
Hex CE A3 34 0 15 4B 13 2B 3D 33
Octal 316 243 64 0 25 113 23 53 75 63
Binary 11001110 10100011 110100 0 10101 1001011 10011 101011 111101 110011

Color Harmonies of #CEA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA334

Black with #CEA334

Text Example


Text Example

White with #CEA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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