Html Css Color HEX #DDB829 Gold Tips

📋 copy color: '#DDB829'

red 221 ◦ green 184 ◦ blue 41

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

Shades of Gold Tips #DDB829

Tints of Gold Tips #DDB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

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

R = 49.55%
G = 41.26%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB829 (or 0xDDB829) is known color: Gold Tips. HEX triplet: DD, B8 and 29. RGB value is (221,184,41). Sum of RGB (Red+Green+Blue) = 221+184+41=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB829 is #2247D6. Grayscale: #B3B3B3. Windows color (decimal): -2246615 or 2734301. OLE color: 2734301.

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

Color convert

RGB 221 184 41 -
CMYK 0 0.17 0.81 0.13
HSL 47.67º 0.73% 0.51% -
HSV(B) 47.67º 0.81% 0.87% -
XYZ 47.36 49.81 9.22 -
YUV 178.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 221 184 41 0 0.17 0.81 0.13 47.67 0.73 0.51
Hex DD B8 29 0 11 51 D 30 49 33
Octal 335 270 51 0 21 121 15 60 111 63
Binary 11011101 10111000 101001 0 10001 1010001 1101 110000 1001001 110011

Color Harmonies of #DDB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB829

Black with #DDB829

Text Example


Text Example

White with #DDB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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