Html Css Color HEX #DEAD23 Gold Tips

📋 copy color: '#DEAD23'

red 222 ◦ green 173 ◦ blue 35

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

Shades of Gold Tips #DEAD23

Tints of Gold Tips #DEAD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 51.63%
G = 40.23%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEAD23 (or 0xDEAD23) is known color: Gold Tips. HEX triplet: DE, AD and 23. RGB value is (222,173,35). Sum of RGB (Red+Green+Blue) = 222+173+35=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD23 is #2152DC. Grayscale: #ACACAC. Windows color (decimal): -2183901 or 2338270. OLE color: 2338270.

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

Color convert

RGB 222 173 35 -
CMYK 0 0.22 0.84 0.13
HSL 44.28º 0.74% 0.5% -
HSV(B) 44.28º 0.84% 0.87% -
XYZ 45.37 45.54 7.99 -
YUV 171.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 222 173 35 0 0.22 0.84 0.13 44.28 0.74 0.5
Hex DE AD 23 0 16 54 D 2C 4A 32
Octal 336 255 43 0 26 124 15 54 112 62
Binary 11011110 10101101 100011 0 10110 1010100 1101 101100 1001010 110010

Color Harmonies of #DEAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD23

Black with #DEAD23

Text Example


Text Example

White with #DEAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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