Html Css Color HEX #CEAA3C Metallic Gold

📋 copy color: '#CEAA3C'

red 206 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #CEAA3C

Tints of Metallic Gold #CEAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 47.25%
G = 38.99%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEAA3C (or 0xCEAA3C) is known color: Metallic Gold. HEX triplet: CE, AA and 3C. RGB value is (206,170,60). Sum of RGB (Red+Green+Blue) = 206+170+60=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA3C is #3155C3. Grayscale: #A8A8A8. Windows color (decimal): -3233220 or 3975886. OLE color: 3975886.

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

Color convert

RGB 206 170 60 -
CMYK 0 0.17 0.71 0.19
HSL 45.21º 0.6% 0.52% -
HSV(B) 45.21º 0.71% 0.81% -
XYZ 40.64 42.2 10.28 -
YUV 168.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 206 170 60 0 0.17 0.71 0.19 45.21 0.6 0.52
Hex CE AA 3C 0 11 47 13 2D 3C 34
Octal 316 252 74 0 21 107 23 55 74 64
Binary 11001110 10101010 111100 0 10001 1000111 10011 101101 111100 110100

Color Harmonies of #CEAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA3C

Black with #CEAA3C

Text Example


Text Example

White with #CEAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA3C; }

 p { color: rgb(206,170,60); }

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

background-color css

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

 a { background-color: rgb(206,170,60); }

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

border-color css

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

 span { border-color: rgb(206,170,60); }

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