Html Css Color HEX #CEB129 Metallic Gold

📋 copy color: '#CEB129'

red 206 ◦ green 177 ◦ blue 41

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

Shades of Metallic Gold #CEB129

Tints of Metallic Gold #CEB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

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

R = 48.58%
G = 41.75%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB129 (or 0xCEB129) is known color: Metallic Gold. HEX triplet: CE, B1 and 29. RGB value is (206,177,41). Sum of RGB (Red+Green+Blue) = 206+177+41=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB129 is #314ED6. Grayscale: #AAAAAA. Windows color (decimal): -3231447 or 2732494. OLE color: 2732494.

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

Color convert

RGB 206 177 41 -
CMYK 0 0.14 0.80 0.19
HSL 49.45º 0.67% 0.48% -
HSV(B) 49.45º 0.8% 0.81% -
XYZ 41.58 44.73 8.54 -
YUV 170.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 206 177 41 0 0.14 0.80 0.19 49.45 0.67 0.48
Hex CE B1 29 0 E 50 13 31 43 30
Octal 316 261 51 0 16 120 23 61 103 60
Binary 11001110 10110001 101001 0 1110 1010000 10011 110001 1000011 110000

Color Harmonies of #CEB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB129

Black with #CEB129

Text Example


Text Example

White with #CEB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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