Html Css Color HEX #CEA541 Metallic Gold

📋 copy color: '#CEA541'

red 206 ◦ green 165 ◦ blue 65

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

Shades of Metallic Gold #CEA541

Tints of Metallic Gold #CEA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 47.25%
G = 37.84%
B = 14.91%

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

#CEA541 (or 0xCEA541) is known color: Metallic Gold. HEX triplet: CE, A5 and 41. RGB value is (206,165,65). Sum of RGB (Red+Green+Blue) = 206+165+65=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA541 is #315ABE. Grayscale: #A6A6A6. Windows color (decimal): -3234495 or 4302286. OLE color: 4302286.

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

Color convert

RGB 206 165 65 -
CMYK 0 0.20 0.68 0.19
HSL 42.55º 0.59% 0.53% -
HSV(B) 42.55º 0.68% 0.81% -
XYZ 39.86 40.41 10.7 -
YUV 165.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 206 165 65 0 0.20 0.68 0.19 42.55 0.59 0.53
Hex CE A5 41 0 14 44 13 2B 3B 35
Octal 316 245 101 0 24 104 23 53 73 65
Binary 11001110 10100101 1000001 0 10100 1000100 10011 101011 111011 110101

Color Harmonies of #CEA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA541

Black with #CEA541

Text Example


Text Example

White with #CEA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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