Html Css Color HEX #DEAD2C Gold Tips

📋 copy color: '#DEAD2C'

red 222 ◦ green 173 ◦ blue 44

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

Shades of Gold Tips #DEAD2C

Tints of Gold Tips #DEAD2C

RGB

 RED value IS 222 (87.11% from 255) = 50.57%

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

 BLUE value IS 44 (17.58% from 255) = 10.02%

R = 50.57%
G = 39.41%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEAD2C (or 0xDEAD2C) is known color: Gold Tips. HEX triplet: DE, AD and 2C. RGB value is (222,173,44). Sum of RGB (Red+Green+Blue) = 222+173+44=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD2C is #2152D3. Grayscale: #ADADAD. Windows color (decimal): -2183892 or 2928094. OLE color: 2928094.

HSL color Cylindrical-coordinate representation of color #DEAD2C: hue angle of 43.48º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEAD2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 44 -
CMYK 0 0.22 0.80 0.13
HSL 43.48º 0.73% 0.52% -
HSV(B) 43.48º 0.8% 0.87% -
XYZ 45.52 45.6 8.78 -
YUV 172.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 222 173 44 0 0.22 0.80 0.13 43.48 0.73 0.52
Hex DE AD 2C 0 16 50 D 2B 49 34
Octal 336 255 54 0 26 120 15 53 111 64
Binary 11011110 10101101 101100 0 10110 1010000 1101 101011 1001001 110100

Color Harmonies of #DEAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD2C

Black with #DEAD2C

Text Example


Text Example

White with #DEAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD2C; }

 p { color: rgb(222,173,44); }

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

background-color css

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

 a { background-color: rgb(222,173,44); }

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

border-color css

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

 span { border-color: rgb(222,173,44); }

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