Html Css Color HEX #CEA441 Metallic Gold

📋 copy color: '#CEA441'

red 206 ◦ green 164 ◦ blue 65

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

Shades of Metallic Gold #CEA441

Tints of Metallic Gold #CEA441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 47.36%
G = 37.7%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEA441 (or 0xCEA441) is known color: Metallic Gold. HEX triplet: CE, A4 and 41. RGB value is (206,164,65). Sum of RGB (Red+Green+Blue) = 206+164+65=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA441 is #315BBE. Grayscale: #A5A5A5. Windows color (decimal): -3234751 or 4302030. OLE color: 4302030.

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

Color convert

RGB 206 164 65 -
CMYK 0 0.20 0.68 0.19
HSL 42.13º 0.59% 0.53% -
HSV(B) 42.13º 0.68% 0.81% -
XYZ 39.68 40.05 10.64 -
YUV 165.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 206 164 65 0 0.20 0.68 0.19 42.13 0.59 0.53
Hex CE A4 41 0 14 44 13 2A 3B 35
Octal 316 244 101 0 24 104 23 52 73 65
Binary 11001110 10100100 1000001 0 10100 1000100 10011 101010 111011 110101

Color Harmonies of #CEA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA441

Black with #CEA441

Text Example


Text Example

White with #CEA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA441; }

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

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

background-color css

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

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

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

border-color css

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

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

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