Html Css Color HEX #CEA338 Metallic Gold

📋 copy color: '#CEA338'

red 206 ◦ green 163 ◦ blue 56

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

Shades of Metallic Gold #CEA338

Tints of Metallic Gold #CEA338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 48.47%
G = 38.35%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEA338 (or 0xCEA338) is known color: Metallic Gold. HEX triplet: CE, A3 and 38. RGB value is (206,163,56). Sum of RGB (Red+Green+Blue) = 206+163+56=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA338 is #315CC7. Grayscale: #A4A4A4. Windows color (decimal): -3235016 or 3711950. OLE color: 3711950.

HSL color Cylindrical-coordinate representation of color #CEA338: hue angle of 42.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA338 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 56 -
CMYK 0 0.21 0.73 0.19
HSL 42.8º 0.6% 0.51% -
HSV(B) 42.8º 0.73% 0.81% -
XYZ 39.26 39.6 9.32 -
YUV 163.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 206 163 56 0 0.21 0.73 0.19 42.8 0.6 0.51
Hex CE A3 38 0 15 49 13 2B 3C 33
Octal 316 243 70 0 25 111 23 53 74 63
Binary 11001110 10100011 111000 0 10101 1001001 10011 101011 111100 110011

Color Harmonies of #CEA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA338

Black with #CEA338

Text Example


Text Example

White with #CEA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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