Html Css Color HEX #CEA834 Metallic Gold

📋 copy color: '#CEA834'

red 206 ◦ green 168 ◦ blue 52

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

Shades of Metallic Gold #CEA834

Tints of Metallic Gold #CEA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 48.36%
G = 39.44%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA834 (or 0xCEA834) is known color: Metallic Gold. HEX triplet: CE, A8 and 34. RGB value is (206,168,52). Sum of RGB (Red+Green+Blue) = 206+168+52=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA834 is #3157CB. Grayscale: #A6A6A6. Windows color (decimal): -3233740 or 3451086. OLE color: 3451086.

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

Color convert

RGB 206 168 52 -
CMYK 0 0.18 0.75 0.19
HSL 45.19º 0.61% 0.51% -
HSV(B) 45.19º 0.75% 0.81% -
XYZ 40.08 41.38 9.12 -
YUV 166.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 206 168 52 0 0.18 0.75 0.19 45.19 0.61 0.51
Hex CE A8 34 0 12 4B 13 2D 3D 33
Octal 316 250 64 0 22 113 23 55 75 63
Binary 11001110 10101000 110100 0 10010 1001011 10011 101101 111101 110011

Color Harmonies of #CEA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA834

Black with #CEA834

Text Example


Text Example

White with #CEA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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