Html Css Color HEX #CEA52F Metallic Gold

📋 copy color: '#CEA52F'

red 206 ◦ green 165 ◦ blue 47

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

Shades of Metallic Gold #CEA52F

Tints of Metallic Gold #CEA52F

RGB

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

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

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

R = 49.28%
G = 39.47%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA52F (or 0xCEA52F) is known color: Metallic Gold. HEX triplet: CE, A5 and 2F. RGB value is (206,165,47). Sum of RGB (Red+Green+Blue) = 206+165+47=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA52F is #315AD0. Grayscale: #A4A4A4. Windows color (decimal): -3234513 or 3122638. OLE color: 3122638.

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

Color convert

RGB 206 165 47 -
CMYK 0 0.20 0.77 0.19
HSL 44.53º 0.63% 0.5% -
HSV(B) 44.53º 0.77% 0.81% -
XYZ 39.42 40.24 8.38 -
YUV 163.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 206 165 47 0 0.20 0.77 0.19 44.53 0.63 0.5
Hex CE A5 2F 0 14 4D 13 2D 3F 32
Octal 316 245 57 0 24 115 23 55 77 62
Binary 11001110 10100101 101111 0 10100 1001101 10011 101101 111111 110010

Color Harmonies of #CEA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA52F

Black with #CEA52F

Text Example


Text Example

White with #CEA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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