Html Css Color HEX #DEAC31 Gold Tips

📋 copy color: '#DEAC31'

red 222 ◦ green 172 ◦ blue 49

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

Shades of Gold Tips #DEAC31

Tints of Gold Tips #DEAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 49 (19.53% from 255) = 11.06%

R = 50.11%
G = 38.83%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEAC31 (or 0xDEAC31) is known color: Gold Tips. HEX triplet: DE, AC and 31. RGB value is (222,172,49). Sum of RGB (Red+Green+Blue) = 222+172+49=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC31 is #2153CE. Grayscale: #ADADAD. Windows color (decimal): -2184143 or 3255518. OLE color: 3255518.

HSL color Cylindrical-coordinate representation of color #DEAC31: hue angle of 42.66º degrees, saturation: 0.72, 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 #DEAC31 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 49 -
CMYK 0 0.23 0.78 0.13
HSL 42.66º 0.72% 0.53% -
HSV(B) 42.66º 0.78% 0.87% -
XYZ 45.43 45.26 9.25 -
YUV 172.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 222 172 49 0 0.23 0.78 0.13 42.66 0.72 0.53
Hex DE AC 31 0 17 4E D 2B 48 35
Octal 336 254 61 0 27 116 15 53 110 65
Binary 11011110 10101100 110001 0 10111 1001110 1101 101011 1001000 110101

Color Harmonies of #DEAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC31

Black with #DEAC31

Text Example


Text Example

White with #DEAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC31; }

 p { color: rgb(222,172,49); }

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

background-color css

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

 a { background-color: rgb(222,172,49); }

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

border-color css

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

 span { border-color: rgb(222,172,49); }

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