Html Css Color HEX #CEA43A Metallic Gold

📋 copy color: '#CEA43A'

red 206 ◦ green 164 ◦ blue 58

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

Shades of Metallic Gold #CEA43A

Tints of Metallic Gold #CEA43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 48.13%
G = 38.32%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEA43A (or 0xCEA43A) is known color: Metallic Gold. HEX triplet: CE, A4 and 3A. RGB value is (206,164,58). Sum of RGB (Red+Green+Blue) = 206+164+58=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA43A is #315BC5. Grayscale: #A4A4A4. Windows color (decimal): -3234758 or 3843278. OLE color: 3843278.

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

Color convert

RGB 206 164 58 -
CMYK 0 0.20 0.72 0.19
HSL 42.97º 0.6% 0.52% -
HSV(B) 42.97º 0.72% 0.81% -
XYZ 39.49 39.98 9.64 -
YUV 164.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 206 164 58 0 0.20 0.72 0.19 42.97 0.6 0.52
Hex CE A4 3A 0 14 48 13 2B 3C 34
Octal 316 244 72 0 24 110 23 53 74 64
Binary 11001110 10100100 111010 0 10100 1001000 10011 101011 111100 110100

Color Harmonies of #CEA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA43A

Black with #CEA43A

Text Example


Text Example

White with #CEA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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