Html Css Color HEX #DEAD30 Gold Tips

📋 copy color: '#DEAD30'

red 222 ◦ green 173 ◦ blue 48

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

Shades of Gold Tips #DEAD30

Tints of Gold Tips #DEAD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 50.11%
G = 39.05%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEAD30 (or 0xDEAD30) is known color: Gold Tips. HEX triplet: DE, AD and 30. RGB value is (222,173,48). Sum of RGB (Red+Green+Blue) = 222+173+48=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD30 is #2152CF. Grayscale: #ADADAD. Windows color (decimal): -2183888 or 3190238. OLE color: 3190238.

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

Color convert

RGB 222 173 48 -
CMYK 0 0.22 0.78 0.13
HSL 43.1º 0.73% 0.53% -
HSV(B) 43.1º 0.78% 0.87% -
XYZ 45.6 45.63 9.2 -
YUV 173.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 222 173 48 0 0.22 0.78 0.13 43.1 0.73 0.53
Hex DE AD 30 0 16 4E D 2B 48 35
Octal 336 255 60 0 26 116 15 53 110 65
Binary 11011110 10101101 110000 0 10110 1001110 1101 101011 1001000 110101

Color Harmonies of #DEAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD30

Black with #DEAD30

Text Example


Text Example

White with #DEAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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