Html Css Color HEX #CEAC3F Metallic Gold

📋 copy color: '#CEAC3F'

red 206 ◦ green 172 ◦ blue 63

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

Shades of Metallic Gold #CEAC3F

Tints of Metallic Gold #CEAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 63 (25% from 255) = 14.29%

R = 46.71%
G = 39%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEAC3F (or 0xCEAC3F) is known color: Metallic Gold. HEX triplet: CE, AC and 3F. RGB value is (206,172,63). Sum of RGB (Red+Green+Blue) = 206+172+63=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC3F is #3153C0. Grayscale: #AAAAAA. Windows color (decimal): -3232705 or 4173006. OLE color: 4173006.

HSL color Cylindrical-coordinate representation of color #CEAC3F: hue angle of 45.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEAC3F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 172 63 -
CMYK 0 0.17 0.69 0.19
HSL 45.73º 0.59% 0.53% -
HSV(B) 45.73º 0.69% 0.81% -
XYZ 41.1 42.99 10.83 -
YUV 169.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 206 172 63 0 0.17 0.69 0.19 45.73 0.59 0.53
Hex CE AC 3F 0 11 45 13 2E 3B 35
Octal 316 254 77 0 21 105 23 56 73 65
Binary 11001110 10101100 111111 0 10001 1000101 10011 101110 111011 110101

Color Harmonies of #CEAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC3F

Black with #CEAC3F

Text Example


Text Example

White with #CEAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC3F; }

 p { color: rgb(206,172,63); }

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

background-color css

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

 a { background-color: rgb(206,172,63); }

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

border-color css

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

 span { border-color: rgb(206,172,63); }

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