Html Css Color HEX #CEA634 Metallic Gold

📋 copy color: '#CEA634'

red 206 ◦ green 166 ◦ blue 52

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

Shades of Metallic Gold #CEA634

Tints of Metallic Gold #CEA634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 48.58%
G = 39.15%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA634 (or 0xCEA634) is known color: Metallic Gold. HEX triplet: CE, A6 and 34. RGB value is (206,166,52). Sum of RGB (Red+Green+Blue) = 206+166+52=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA634 is #3159CB. Grayscale: #A5A5A5. Windows color (decimal): -3234252 or 3450574. OLE color: 3450574.

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

Color convert

RGB 206 166 52 -
CMYK 0 0.19 0.75 0.19
HSL 44.42º 0.61% 0.51% -
HSV(B) 44.42º 0.75% 0.81% -
XYZ 39.71 40.64 9 -
YUV 164.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 206 166 52 0 0.19 0.75 0.19 44.42 0.61 0.51
Hex CE A6 34 0 13 4B 13 2C 3D 33
Octal 316 246 64 0 23 113 23 54 75 63
Binary 11001110 10100110 110100 0 10011 1001011 10011 101100 111101 110011

Color Harmonies of #CEA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA634

Black with #CEA634

Text Example


Text Example

White with #CEA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA634; }

 p { color: rgb(206,166,52); }

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

background-color css

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

 a { background-color: rgb(206,166,52); }

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

border-color css

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

 span { border-color: rgb(206,166,52); }

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