Html Css Color HEX #DBAE29 Gold Tips

📋 copy color: '#DBAE29'

red 219 ◦ green 174 ◦ blue 41

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

Shades of Gold Tips #DBAE29

Tints of Gold Tips #DBAE29

RGB

 RED value IS 219 (85.94% from 255) = 50.46%

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

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

R = 50.46%
G = 40.09%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBAE29 (or 0xDBAE29) is known color: Gold Tips. HEX triplet: DB, AE and 29. RGB value is (219,174,41). Sum of RGB (Red+Green+Blue) = 219+174+41=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE29 is #2451D6. Grayscale: #ACACAC. Windows color (decimal): -2380247 or 2731739. OLE color: 2731739.

HSL color Cylindrical-coordinate representation of color #DBAE29: hue angle of 44.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAE29 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 41 -
CMYK 0 0.21 0.81 0.14
HSL 44.83º 0.71% 0.51% -
HSV(B) 44.83º 0.81% 0.86% -
XYZ 44.75 45.49 8.52 -
YUV 172.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 219 174 41 0 0.21 0.81 0.14 44.83 0.71 0.51
Hex DB AE 29 0 15 51 E 2D 47 33
Octal 333 256 51 0 25 121 16 55 107 63
Binary 11011011 10101110 101001 0 10101 1010001 1110 101101 1000111 110011

Color Harmonies of #DBAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE29

Black with #DBAE29

Text Example


Text Example

White with #DBAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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