Html Css Color HEX #CEB029 Metallic Gold

📋 copy color: '#CEB029'

red 206 ◦ green 176 ◦ blue 41

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

Shades of Metallic Gold #CEB029

Tints of Metallic Gold #CEB029

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

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

R = 48.7%
G = 41.61%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB029 (or 0xCEB029) is known color: Metallic Gold. HEX triplet: CE, B0 and 29. RGB value is (206,176,41). Sum of RGB (Red+Green+Blue) = 206+176+41=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB029 is #314FD6. Grayscale: #AAAAAA. Windows color (decimal): -3231703 or 2732238. OLE color: 2732238.

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

Color convert

RGB 206 176 41 -
CMYK 0 0.15 0.80 0.19
HSL 49.09º 0.67% 0.48% -
HSV(B) 49.09º 0.8% 0.81% -
XYZ 41.38 44.33 8.47 -
YUV 169.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 206 176 41 0 0.15 0.80 0.19 49.09 0.67 0.48
Hex CE B0 29 0 F 50 13 31 43 30
Octal 316 260 51 0 17 120 23 61 103 60
Binary 11001110 10110000 101001 0 1111 1010000 10011 110001 1000011 110000

Color Harmonies of #CEB029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB029

Black with #CEB029

Text Example


Text Example

White with #CEB029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB029; }

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

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

background-color css

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

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

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

border-color css

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

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

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