Html Css Color HEX #CEA533 Metallic Gold

📋 copy color: '#CEA533'

red 206 ◦ green 165 ◦ blue 51

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

Shades of Metallic Gold #CEA533

Tints of Metallic Gold #CEA533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 48.82%
G = 39.1%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA533 (or 0xCEA533) is known color: Metallic Gold. HEX triplet: CE, A5 and 33. RGB value is (206,165,51). Sum of RGB (Red+Green+Blue) = 206+165+51=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA533 is #315ACC. Grayscale: #A4A4A4. Windows color (decimal): -3234509 or 3384782. OLE color: 3384782.

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

Color convert

RGB 206 165 51 -
CMYK 0 0.20 0.75 0.19
HSL 44.13º 0.61% 0.5% -
HSV(B) 44.13º 0.75% 0.81% -
XYZ 39.51 40.27 8.82 -
YUV 164.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 206 165 51 0 0.20 0.75 0.19 44.13 0.61 0.5
Hex CE A5 33 0 14 4B 13 2C 3D 32
Octal 316 245 63 0 24 113 23 54 75 62
Binary 11001110 10100101 110011 0 10100 1001011 10011 101100 111101 110010

Color Harmonies of #CEA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA533

Black with #CEA533

Text Example


Text Example

White with #CEA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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