Html Css Color HEX #CEA92C Metallic Gold

📋 copy color: '#CEA92C'

red 206 ◦ green 169 ◦ blue 44

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

Shades of Metallic Gold #CEA92C

Tints of Metallic Gold #CEA92C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 49.16%
G = 40.33%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEA92C (or 0xCEA92C) is known color: Metallic Gold. HEX triplet: CE, A9 and 2C. RGB value is (206,169,44). Sum of RGB (Red+Green+Blue) = 206+169+44=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA92C is #3156D3. Grayscale: #A6A6A6. Windows color (decimal): -3233492 or 2927054. OLE color: 2927054.

HSL color Cylindrical-coordinate representation of color #CEA92C: hue angle of 46.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA92C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 44 -
CMYK 0 0.18 0.79 0.19
HSL 46.3º 0.65% 0.49% -
HSV(B) 46.3º 0.79% 0.81% -
XYZ 40.1 41.68 8.31 -
YUV 165.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 206 169 44 0 0.18 0.79 0.19 46.3 0.65 0.49
Hex CE A9 2C 0 12 4F 13 2E 41 31
Octal 316 251 54 0 22 117 23 56 101 61
Binary 11001110 10101001 101100 0 10010 1001111 10011 101110 1000001 110001

Color Harmonies of #CEA92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA92C

Black with #CEA92C

Text Example


Text Example

White with #CEA92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA92C; }

 p { color: rgb(206,169,44); }

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

background-color css

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

 a { background-color: rgb(206,169,44); }

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

border-color css

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

 span { border-color: rgb(206,169,44); }

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