Html Css Color HEX #CEB428 Metallic Gold

📋 copy color: '#CEB428'

red 206 ◦ green 180 ◦ blue 40

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

Shades of Metallic Gold #CEB428

Tints of Metallic Gold #CEB428

RGB

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

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

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

R = 48.36%
G = 42.25%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB428 (or 0xCEB428) is known color: Metallic Gold. HEX triplet: CE, B4 and 28. RGB value is (206,180,40). Sum of RGB (Red+Green+Blue) = 206+180+40=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB428 is #314BD7. Grayscale: #ACACAC. Windows color (decimal): -3230680 or 2667726. OLE color: 2667726.

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

Color convert

RGB 206 180 40 -
CMYK 0 0.13 0.81 0.19
HSL 50.6º 0.67% 0.48% -
HSV(B) 50.6º 0.81% 0.81% -
XYZ 42.16 45.92 8.65 -
YUV 171.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 206 180 40 0 0.13 0.81 0.19 50.6 0.67 0.48
Hex CE B4 28 0 D 51 13 33 43 30
Octal 316 264 50 0 15 121 23 63 103 60
Binary 11001110 10110100 101000 0 1101 1010001 10011 110011 1000011 110000

Color Harmonies of #CEB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB428

Black with #CEB428

Text Example


Text Example

White with #CEB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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