Html Css Color HEX #CEA233 Metallic Gold

📋 copy color: '#CEA233'

red 206 ◦ green 162 ◦ blue 51

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

Shades of Metallic Gold #CEA233

Tints of Metallic Gold #CEA233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 49.16%
G = 38.66%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEA233 (or 0xCEA233) is known color: Metallic Gold. HEX triplet: CE, A2 and 33. RGB value is (206,162,51). Sum of RGB (Red+Green+Blue) = 206+162+51=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA233 is #315DCC. Grayscale: #A2A2A2. Windows color (decimal): -3235277 or 3384014. OLE color: 3384014.

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

Color convert

RGB 206 162 51 -
CMYK 0 0.21 0.75 0.19
HSL 42.97º 0.61% 0.5% -
HSV(B) 42.97º 0.75% 0.81% -
XYZ 38.97 39.2 8.64 -
YUV 162.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 206 162 51 0 0.21 0.75 0.19 42.97 0.61 0.5
Hex CE A2 33 0 15 4B 13 2B 3D 32
Octal 316 242 63 0 25 113 23 53 75 62
Binary 11001110 10100010 110011 0 10101 1001011 10011 101011 111101 110010

Color Harmonies of #CEA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA233

Black with #CEA233

Text Example


Text Example

White with #CEA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA233; }

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

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

background-color css

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

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

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

border-color css

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

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

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