Html Css Color HEX #CEB529 Metallic Gold

📋 copy color: '#CEB529'

red 206 ◦ green 181 ◦ blue 41

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

Shades of Metallic Gold #CEB529

Tints of Metallic Gold #CEB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.29%

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

R = 48.13%
G = 42.29%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB529 (or 0xCEB529) is known color: Metallic Gold. HEX triplet: CE, B5 and 29. RGB value is (206,181,41). Sum of RGB (Red+Green+Blue) = 206+181+41=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB529 is #314AD6. Grayscale: #ADADAD. Windows color (decimal): -3230423 or 2733518. OLE color: 2733518.

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

Color convert

RGB 206 181 41 -
CMYK 0 0.12 0.80 0.19
HSL 50.91º 0.67% 0.48% -
HSV(B) 50.91º 0.8% 0.81% -
XYZ 42.38 46.33 8.81 -
YUV 172.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 206 181 41 0 0.12 0.80 0.19 50.91 0.67 0.48
Hex CE B5 29 0 C 50 13 33 43 30
Octal 316 265 51 0 14 120 23 63 103 60
Binary 11001110 10110101 101001 0 1100 1010000 10011 110011 1000011 110000

Color Harmonies of #CEB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB529

Black with #CEB529

Text Example


Text Example

White with #CEB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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