Html Css Color HEX #CEA92D Metallic Gold

📋 copy color: '#CEA92D'

red 206 ◦ green 169 ◦ blue 45

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

Shades of Metallic Gold #CEA92D

Tints of Metallic Gold #CEA92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 49.05%
G = 40.24%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEA92D (or 0xCEA92D) is known color: Metallic Gold. HEX triplet: CE, A9 and 2D. RGB value is (206,169,45). Sum of RGB (Red+Green+Blue) = 206+169+45=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA92D is #3156D2. Grayscale: #A6A6A6. Windows color (decimal): -3233491 or 2992590. OLE color: 2992590.

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

Color convert

RGB 206 169 45 -
CMYK 0 0.18 0.78 0.19
HSL 46.21º 0.64% 0.49% -
HSV(B) 46.21º 0.78% 0.81% -
XYZ 40.12 41.69 8.41 -
YUV 165.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 206 169 45 0 0.18 0.78 0.19 46.21 0.64 0.49
Hex CE A9 2D 0 12 4E 13 2E 40 31
Octal 316 251 55 0 22 116 23 56 100 61
Binary 11001110 10101001 101101 0 10010 1001110 10011 101110 1000000 110001

Color Harmonies of #CEA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA92D

Black with #CEA92D

Text Example


Text Example

White with #CEA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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