Html Css Color HEX #DDB029 Gold Tips

📋 copy color: '#DDB029'

red 221 ◦ green 176 ◦ blue 41

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

Shades of Gold Tips #DDB029

Tints of Gold Tips #DDB029

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

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

R = 50.46%
G = 40.18%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB029 (or 0xDDB029) is known color: Gold Tips. HEX triplet: DD, B0 and 29. RGB value is (221,176,41). Sum of RGB (Red+Green+Blue) = 221+176+41=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB029 is #224FD6. Grayscale: #AEAEAE. Windows color (decimal): -2248663 or 2732253. OLE color: 2732253.

HSL color Cylindrical-coordinate representation of color #DDB029: hue angle of 45º 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 #DDB029 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 41 -
CMYK 0 0.20 0.81 0.13
HSL 45º 0.73% 0.51% -
HSV(B) 45º 0.81% 0.87% -
XYZ 45.74 46.58 8.68 -
YUV 174.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 221 176 41 0 0.20 0.81 0.13 45 0.73 0.51
Hex DD B0 29 0 14 51 D 2D 49 33
Octal 335 260 51 0 24 121 15 55 111 63
Binary 11011101 10110000 101001 0 10100 1010001 1101 101101 1001001 110011

Color Harmonies of #DDB029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB029

Black with #DDB029

Text Example


Text Example

White with #DDB029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB029; }

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

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

background-color css

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

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

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

border-color css

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

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

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