Html Css Color HEX #CEB329 Metallic Gold

📋 copy color: '#CEB329'

red 206 ◦ green 179 ◦ blue 41

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

Shades of Metallic Gold #CEB329

Tints of Metallic Gold #CEB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 48.36%
G = 42.02%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB329 (or 0xCEB329) is known color: Metallic Gold. HEX triplet: CE, B3 and 29. RGB value is (206,179,41). Sum of RGB (Red+Green+Blue) = 206+179+41=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB329 is #314CD6. Grayscale: #ABABAB. Windows color (decimal): -3230935 or 2733006. OLE color: 2733006.

HSL color Cylindrical-coordinate representation of color #CEB329: hue angle of 50.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEB329 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 41 -
CMYK 0 0.13 0.80 0.19
HSL 50.18º 0.67% 0.48% -
HSV(B) 50.18º 0.8% 0.81% -
XYZ 41.97 45.52 8.67 -
YUV 171.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 206 179 41 0 0.13 0.80 0.19 50.18 0.67 0.48
Hex CE B3 29 0 D 50 13 32 43 30
Octal 316 263 51 0 15 120 23 62 103 60
Binary 11001110 10110011 101001 0 1101 1010000 10011 110010 1000011 110000

Color Harmonies of #CEB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB329

Black with #CEB329

Text Example


Text Example

White with #CEB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB329; }

 p { color: rgb(206,179,41); }

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

background-color css

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

 a { background-color: rgb(206,179,41); }

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

border-color css

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

 span { border-color: rgb(206,179,41); }

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