Html Css Color HEX #CEA430 Metallic Gold

📋 copy color: '#CEA430'

red 206 ◦ green 164 ◦ blue 48

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

Shades of Metallic Gold #CEA430

Tints of Metallic Gold #CEA430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 49.28%
G = 39.23%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA430 (or 0xCEA430) is known color: Metallic Gold. HEX triplet: CE, A4 and 30. RGB value is (206,164,48). Sum of RGB (Red+Green+Blue) = 206+164+48=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA430 is #315BCF. Grayscale: #A3A3A3. Windows color (decimal): -3234768 or 3187918. OLE color: 3187918.

HSL color Cylindrical-coordinate representation of color #CEA430: hue angle of 44.05º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEA430 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 48 -
CMYK 0 0.20 0.77 0.19
HSL 44.05º 0.62% 0.5% -
HSV(B) 44.05º 0.77% 0.81% -
XYZ 39.26 39.89 8.43 -
YUV 163.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 206 164 48 0 0.20 0.77 0.19 44.05 0.62 0.5
Hex CE A4 30 0 14 4D 13 2C 3E 32
Octal 316 244 60 0 24 115 23 54 76 62
Binary 11001110 10100100 110000 0 10100 1001101 10011 101100 111110 110010

Color Harmonies of #CEA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA430

Black with #CEA430

Text Example


Text Example

White with #CEA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA430; }

 p { color: rgb(206,164,48); }

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

background-color css

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

 a { background-color: rgb(206,164,48); }

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

border-color css

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

 span { border-color: rgb(206,164,48); }

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