Html Css Color HEX #CEA03B Metallic Gold

📋 copy color: '#CEA03B'

red 206 ◦ green 160 ◦ blue 59

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

Shades of Metallic Gold #CEA03B

Tints of Metallic Gold #CEA03B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 59 (23.44% from 255) = 13.88%

R = 48.47%
G = 37.65%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEA03B (or 0xCEA03B) is known color: Metallic Gold. HEX triplet: CE, A0 and 3B. RGB value is (206,160,59). Sum of RGB (Red+Green+Blue) = 206+160+59=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA03B is #315FC4. Grayscale: #A2A2A2. Windows color (decimal): -3235781 or 3907790. OLE color: 3907790.

HSL color Cylindrical-coordinate representation of color #CEA03B: hue angle of 41.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEA03B is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 59 -
CMYK 0 0.22 0.71 0.19
HSL 41.22º 0.6% 0.52% -
HSV(B) 41.22º 0.71% 0.81% -
XYZ 38.81 38.58 9.54 -
YUV 162.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 206 160 59 0 0.22 0.71 0.19 41.22 0.6 0.52
Hex CE A0 3B 0 16 47 13 29 3C 34
Octal 316 240 73 0 26 107 23 51 74 64
Binary 11001110 10100000 111011 0 10110 1000111 10011 101001 111100 110100

Color Harmonies of #CEA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA03B

Black with #CEA03B

Text Example


Text Example

White with #CEA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA03B; }

 p { color: rgb(206,160,59); }

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

background-color css

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

 a { background-color: rgb(206,160,59); }

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

border-color css

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

 span { border-color: rgb(206,160,59); }

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