Html Css Color HEX #CEB229 Metallic Gold

📋 copy color: '#CEB229'

red 206 ◦ green 178 ◦ blue 41

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

Shades of Metallic Gold #CEB229

Tints of Metallic Gold #CEB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 48.47%
G = 41.88%
B = 9.65%

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

#CEB229 (or 0xCEB229) is known color: Metallic Gold. HEX triplet: CE, B2 and 29. RGB value is (206,178,41). Sum of RGB (Red+Green+Blue) = 206+178+41=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB229 is #314DD6. Grayscale: #ABABAB. Windows color (decimal): -3231191 or 2732750. OLE color: 2732750.

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

Color convert

RGB 206 178 41 -
CMYK 0 0.14 0.80 0.19
HSL 49.82º 0.67% 0.48% -
HSV(B) 49.82º 0.8% 0.81% -
XYZ 41.77 45.12 8.61 -
YUV 170.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 206 178 41 0 0.14 0.80 0.19 49.82 0.67 0.48
Hex CE B2 29 0 E 50 13 32 43 30
Octal 316 262 51 0 16 120 23 62 103 60
Binary 11001110 10110010 101001 0 1110 1010000 10011 110010 1000011 110000

Color Harmonies of #CEB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB229

Black with #CEB229

Text Example


Text Example

White with #CEB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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