Html Css Color HEX #CEAD34 Metallic Gold

📋 copy color: '#CEAD34'

red 206 ◦ green 173 ◦ blue 52

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

Shades of Metallic Gold #CEAD34

Tints of Metallic Gold #CEAD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 52 (20.7% from 255) = 12.06%

R = 47.8%
G = 40.14%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEAD34 (or 0xCEAD34) is known color: Metallic Gold. HEX triplet: CE, AD and 34. RGB value is (206,173,52). Sum of RGB (Red+Green+Blue) = 206+173+52=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD34 is #3152CB. Grayscale: #A9A9A9. Windows color (decimal): -3232460 or 3452366. OLE color: 3452366.

HSL color Cylindrical-coordinate representation of color #CEAD34: hue angle of 47.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEAD34 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 52 -
CMYK 0 0.16 0.75 0.19
HSL 47.14º 0.61% 0.51% -
HSV(B) 47.14º 0.75% 0.81% -
XYZ 41.02 43.26 9.44 -
YUV 169.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 206 173 52 0 0.16 0.75 0.19 47.14 0.61 0.51
Hex CE AD 34 0 10 4B 13 2F 3D 33
Octal 316 255 64 0 20 113 23 57 75 63
Binary 11001110 10101101 110100 0 10000 1001011 10011 101111 111101 110011

Color Harmonies of #CEAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD34

Black with #CEAD34

Text Example


Text Example

White with #CEAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD34; }

 p { color: rgb(206,173,52); }

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

background-color css

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

 a { background-color: rgb(206,173,52); }

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

border-color css

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

 span { border-color: rgb(206,173,52); }

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