Html Css Color HEX #DDB929 Gold Tips

📋 copy color: '#DDB929'

red 221 ◦ green 185 ◦ blue 41

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

Shades of Gold Tips #DDB929

Tints of Gold Tips #DDB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 49.44%
G = 41.39%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB929 (or 0xDDB929) is known color: Gold Tips. HEX triplet: DD, B9 and 29. RGB value is (221,185,41). Sum of RGB (Red+Green+Blue) = 221+185+41=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB929 is #2246D6. Grayscale: #B3B3B3. Windows color (decimal): -2246359 or 2734557. OLE color: 2734557.

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

Color convert

RGB 221 185 41 -
CMYK 0 0.16 0.81 0.13
HSL 48º 0.73% 0.51% -
HSV(B) 48º 0.81% 0.87% -
XYZ 47.57 50.23 9.29 -
YUV 179.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 221 185 41 0 0.16 0.81 0.13 48 0.73 0.51
Hex DD B9 29 0 10 51 D 30 49 33
Octal 335 271 51 0 20 121 15 60 111 63
Binary 11011101 10111001 101001 0 10000 1010001 1101 110000 1001001 110011

Color Harmonies of #DDB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB929

Black with #DDB929

Text Example


Text Example

White with #DDB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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