Html Css Color HEX #CEA440 Metallic Gold

📋 copy color: '#CEA440'

red 206 ◦ green 164 ◦ blue 64

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

Shades of Metallic Gold #CEA440

Tints of Metallic Gold #CEA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 47.47%
G = 37.79%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEA440 (or 0xCEA440) is known color: Metallic Gold. HEX triplet: CE, A4 and 40. RGB value is (206,164,64). Sum of RGB (Red+Green+Blue) = 206+164+64=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA440 is #315BBF. Grayscale: #A5A5A5. Windows color (decimal): -3234752 or 4236494. OLE color: 4236494.

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

Color convert

RGB 206 164 64 -
CMYK 0 0.20 0.69 0.19
HSL 42.25º 0.59% 0.53% -
HSV(B) 42.25º 0.69% 0.81% -
XYZ 39.65 40.04 10.49 -
YUV 165.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 206 164 64 0 0.20 0.69 0.19 42.25 0.59 0.53
Hex CE A4 40 0 14 45 13 2A 3B 35
Octal 316 244 100 0 24 105 23 52 73 65
Binary 11001110 10100100 1000000 0 10100 1000101 10011 101010 111011 110101

Color Harmonies of #CEA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA440

Black with #CEA440

Text Example


Text Example

White with #CEA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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