Html Css Color HEX #CEB228 Metallic Gold

📋 copy color: '#CEB228'

red 206 ◦ green 178 ◦ blue 40

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

Shades of Metallic Gold #CEB228

Tints of Metallic Gold #CEB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 48.58%
G = 41.98%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB228 (or 0xCEB228) is known color: Metallic Gold. HEX triplet: CE, B2 and 28. RGB value is (206,178,40). Sum of RGB (Red+Green+Blue) = 206+178+40=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB228 is #314DD7. Grayscale: #ABABAB. Windows color (decimal): -3231192 or 2667214. OLE color: 2667214.

HSL color Cylindrical-coordinate representation of color #CEB228: hue angle of 49.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEB228 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 40 -
CMYK 0 0.14 0.81 0.19
HSL 49.88º 0.67% 0.48% -
HSV(B) 49.88º 0.81% 0.81% -
XYZ 41.76 45.12 8.51 -
YUV 170.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 206 178 40 0 0.14 0.81 0.19 49.88 0.67 0.48
Hex CE B2 28 0 E 51 13 32 43 30
Octal 316 262 50 0 16 121 23 62 103 60
Binary 11001110 10110010 101000 0 1110 1010001 10011 110010 1000011 110000

Color Harmonies of #CEB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB228

Black with #CEB228

Text Example


Text Example

White with #CEB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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