Html Css Color HEX #CEA53F Metallic Gold

📋 copy color: '#CEA53F'

red 206 ◦ green 165 ◦ blue 63

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

Shades of Metallic Gold #CEA53F

Tints of Metallic Gold #CEA53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 47.47%
G = 38.02%
B = 14.52%

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

#CEA53F (or 0xCEA53F) is known color: Metallic Gold. HEX triplet: CE, A5 and 3F. RGB value is (206,165,63). Sum of RGB (Red+Green+Blue) = 206+165+63=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA53F is #315AC0. Grayscale: #A6A6A6. Windows color (decimal): -3234497 or 4171214. OLE color: 4171214.

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

Color convert

RGB 206 165 63 -
CMYK 0 0.20 0.69 0.19
HSL 42.8º 0.59% 0.53% -
HSV(B) 42.8º 0.69% 0.81% -
XYZ 39.81 40.39 10.4 -
YUV 165.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 206 165 63 0 0.20 0.69 0.19 42.8 0.59 0.53
Hex CE A5 3F 0 14 45 13 2B 3B 35
Octal 316 245 77 0 24 105 23 53 73 65
Binary 11001110 10100101 111111 0 10100 1000101 10011 101011 111011 110101

Color Harmonies of #CEA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA53F

Black with #CEA53F

Text Example


Text Example

White with #CEA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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