Html Css Color HEX #DDAE29 Gold Tips

📋 copy color: '#DDAE29'

red 221 ◦ green 174 ◦ blue 41

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

Shades of Gold Tips #DDAE29

Tints of Gold Tips #DDAE29

RGB

 RED value IS 221 (86.72% from 255) = 50.69%

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

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

R = 50.69%
G = 39.91%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDAE29 (or 0xDDAE29) is known color: Gold Tips. HEX triplet: DD, AE and 29. RGB value is (221,174,41). Sum of RGB (Red+Green+Blue) = 221+174+41=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE29 is #2251D6. Grayscale: #ADADAD. Windows color (decimal): -2249175 or 2731741. OLE color: 2731741.

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

Color convert

RGB 221 174 41 -
CMYK 0 0.21 0.81 0.13
HSL 44.33º 0.73% 0.51% -
HSV(B) 44.33º 0.81% 0.87% -
XYZ 45.36 45.8 8.55 -
YUV 172.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 221 174 41 0 0.21 0.81 0.13 44.33 0.73 0.51
Hex DD AE 29 0 15 51 D 2C 49 33
Octal 335 256 51 0 25 121 15 54 111 63
Binary 11011101 10101110 101001 0 10101 1010001 1101 101100 1001001 110011

Color Harmonies of #DDAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE29

Black with #DDAE29

Text Example


Text Example

White with #DDAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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