Html Css Color HEX #DEAE29 Gold Tips

📋 copy color: '#DEAE29'

red 222 ◦ green 174 ◦ blue 41

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

Shades of Gold Tips #DEAE29

Tints of Gold Tips #DEAE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.38%

R = 50.8%
G = 39.82%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEAE29 (or 0xDEAE29) is known color: Gold Tips. HEX triplet: DE, AE and 29. RGB value is (222,174,41). Sum of RGB (Red+Green+Blue) = 222+174+41=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE29 is #2151D6. Grayscale: #ADADAD. Windows color (decimal): -2183639 or 2731742. OLE color: 2731742.

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

Color convert

RGB 222 174 41 -
CMYK 0 0.22 0.82 0.13
HSL 44.09º 0.73% 0.52% -
HSV(B) 44.09º 0.82% 0.87% -
XYZ 45.66 45.96 8.56 -
YUV 173.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 222 174 41 0 0.22 0.82 0.13 44.09 0.73 0.52
Hex DE AE 29 0 16 52 D 2C 49 34
Octal 336 256 51 0 26 122 15 54 111 64
Binary 11011110 10101110 101001 0 10110 1010010 1101 101100 1001001 110100

Color Harmonies of #DEAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE29

Black with #DEAE29

Text Example


Text Example

White with #DEAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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