Html Css Color HEX #DEAE25 Gold Tips

📋 copy color: '#DEAE25'

red 222 ◦ green 174 ◦ blue 37

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

Shades of Gold Tips #DEAE25

Tints of Gold Tips #DEAE25

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 51.27%
G = 40.18%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEAE25 (or 0xDEAE25) is known color: Gold Tips. HEX triplet: DE, AE and 25. RGB value is (222,174,37). Sum of RGB (Red+Green+Blue) = 222+174+37=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE25 is #2151DA. Grayscale: #ADADAD. Windows color (decimal): -2183643 or 2469598. OLE color: 2469598.

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

Color convert

RGB 222 174 37 -
CMYK 0 0.22 0.83 0.13
HSL 44.43º 0.74% 0.51% -
HSV(B) 44.43º 0.83% 0.87% -
XYZ 45.59 45.94 8.21 -
YUV 172.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 222 174 37 0 0.22 0.83 0.13 44.43 0.74 0.51
Hex DE AE 25 0 16 53 D 2C 4A 33
Octal 336 256 45 0 26 123 15 54 112 63
Binary 11011110 10101110 100101 0 10110 1010011 1101 101100 1001010 110011

Color Harmonies of #DEAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE25

Black with #DEAE25

Text Example


Text Example

White with #DEAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE25; }

 p { color: rgb(222,174,37); }

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

background-color css

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

 a { background-color: rgb(222,174,37); }

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

border-color css

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

 span { border-color: rgb(222,174,37); }

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