Html Css Color HEX #CEB429 Metallic Gold

📋 copy color: '#CEB429'

red 206 ◦ green 180 ◦ blue 41

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

Shades of Metallic Gold #CEB429

Tints of Metallic Gold #CEB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 48.24%
G = 42.15%
B = 9.6%

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

#CEB429 (or 0xCEB429) is known color: Metallic Gold. HEX triplet: CE, B4 and 29. RGB value is (206,180,41). Sum of RGB (Red+Green+Blue) = 206+180+41=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB429 is #314BD6. Grayscale: #ACACAC. Windows color (decimal): -3230679 or 2733262. OLE color: 2733262.

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

Color convert

RGB 206 180 41 -
CMYK 0 0.13 0.80 0.19
HSL 50.55º 0.67% 0.48% -
HSV(B) 50.55º 0.8% 0.81% -
XYZ 42.18 45.92 8.74 -
YUV 171.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 206 180 41 0 0.13 0.80 0.19 50.55 0.67 0.48
Hex CE B4 29 0 D 50 13 33 43 30
Octal 316 264 51 0 15 120 23 63 103 60
Binary 11001110 10110100 101001 0 1101 1010000 10011 110011 1000011 110000

Color Harmonies of #CEB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB429

Black with #CEB429

Text Example


Text Example

White with #CEB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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