Html Css Color HEX #DEAC28 Gold Tips

📋 copy color: '#DEAC28'

red 222 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #DEAC28

Tints of Gold Tips #DEAC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 51.15%
G = 39.63%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEAC28 (or 0xDEAC28) is known color: Gold Tips. HEX triplet: DE, AC and 28. RGB value is (222,172,40). Sum of RGB (Red+Green+Blue) = 222+172+40=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC28 is #2153D7. Grayscale: #ACACAC. Windows color (decimal): -2184152 or 2665694. OLE color: 2665694.

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

Color convert

RGB 222 172 40 -
CMYK 0 0.23 0.82 0.13
HSL 43.52º 0.73% 0.51% -
HSV(B) 43.52º 0.82% 0.87% -
XYZ 45.26 45.19 8.34 -
YUV 171.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 222 172 40 0 0.23 0.82 0.13 43.52 0.73 0.51
Hex DE AC 28 0 17 52 D 2C 49 33
Octal 336 254 50 0 27 122 15 54 111 63
Binary 11011110 10101100 101000 0 10111 1010010 1101 101100 1001001 110011

Color Harmonies of #DEAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC28

Black with #DEAC28

Text Example


Text Example

White with #DEAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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