Html Css Color HEX #CEA830 Metallic Gold

📋 copy color: '#CEA830'

red 206 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #CEA830

Tints of Metallic Gold #CEA830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 48.82%
G = 39.81%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA830 (or 0xCEA830) is known color: Metallic Gold. HEX triplet: CE, A8 and 30. RGB value is (206,168,48). Sum of RGB (Red+Green+Blue) = 206+168+48=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA830 is #3157CF. Grayscale: #A6A6A6. Windows color (decimal): -3233744 or 3188942. OLE color: 3188942.

HSL color Cylindrical-coordinate representation of color #CEA830: hue angle of 45.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEA830 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 48 -
CMYK 0 0.18 0.77 0.19
HSL 45.57º 0.62% 0.5% -
HSV(B) 45.57º 0.77% 0.81% -
XYZ 39.99 41.34 8.67 -
YUV 165.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 206 168 48 0 0.18 0.77 0.19 45.57 0.62 0.5
Hex CE A8 30 0 12 4D 13 2E 3E 32
Octal 316 250 60 0 22 115 23 56 76 62
Binary 11001110 10101000 110000 0 10010 1001101 10011 101110 111110 110010

Color Harmonies of #CEA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA830

Black with #CEA830

Text Example


Text Example

White with #CEA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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