Html Css Color HEX #CEA341 Metallic Gold

📋 copy color: '#CEA341'

red 206 ◦ green 163 ◦ blue 65

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

Shades of Metallic Gold #CEA341

Tints of Metallic Gold #CEA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 47.47%
G = 37.56%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEA341 (or 0xCEA341) is known color: Metallic Gold. HEX triplet: CE, A3 and 41. RGB value is (206,163,65). Sum of RGB (Red+Green+Blue) = 206+163+65=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA341 is #315CBE. Grayscale: #A5A5A5. Windows color (decimal): -3235007 or 4301774. OLE color: 4301774.

HSL color Cylindrical-coordinate representation of color #CEA341: hue angle of 41.7º 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 #CEA341 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 65 -
CMYK 0 0.21 0.68 0.19
HSL 41.7º 0.59% 0.53% -
HSV(B) 41.7º 0.68% 0.81% -
XYZ 39.5 39.7 10.58 -
YUV 164.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 206 163 65 0 0.21 0.68 0.19 41.7 0.59 0.53
Hex CE A3 41 0 15 44 13 2A 3B 35
Octal 316 243 101 0 25 104 23 52 73 65
Binary 11001110 10100011 1000001 0 10101 1000100 10011 101010 111011 110101

Color Harmonies of #CEA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA341

Black with #CEA341

Text Example


Text Example

White with #CEA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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