Html Css Color HEX #CEA92F Metallic Gold

📋 copy color: '#CEA92F'

red 206 ◦ green 169 ◦ blue 47

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

Shades of Metallic Gold #CEA92F

Tints of Metallic Gold #CEA92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 48.82%
G = 40.05%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA92F (or 0xCEA92F) is known color: Metallic Gold. HEX triplet: CE, A9 and 2F. RGB value is (206,169,47). Sum of RGB (Red+Green+Blue) = 206+169+47=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA92F is #3156D0. Grayscale: #A6A6A6. Windows color (decimal): -3233489 or 3123662. OLE color: 3123662.

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

Color convert

RGB 206 169 47 -
CMYK 0 0.18 0.77 0.19
HSL 46.04º 0.63% 0.5% -
HSV(B) 46.04º 0.77% 0.81% -
XYZ 40.15 41.7 8.62 -
YUV 166.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 206 169 47 0 0.18 0.77 0.19 46.04 0.63 0.5
Hex CE A9 2F 0 12 4D 13 2E 3F 32
Octal 316 251 57 0 22 115 23 56 77 62
Binary 11001110 10101001 101111 0 10010 1001101 10011 101110 111111 110010

Color Harmonies of #CEA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA92F

Black with #CEA92F

Text Example


Text Example

White with #CEA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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