Html Css Color HEX #DDB429 Gold Tips

📋 copy color: '#DDB429'

red 221 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #DDB429

Tints of Gold Tips #DDB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 50%
G = 40.72%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB429 (or 0xDDB429) is known color: Gold Tips. HEX triplet: DD, B4 and 29. RGB value is (221,180,41). Sum of RGB (Red+Green+Blue) = 221+180+41=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB429 is #224BD6. Grayscale: #B1B1B1. Windows color (decimal): -2247639 or 2733277. OLE color: 2733277.

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

Color convert

RGB 221 180 41 -
CMYK 0 0.19 0.81 0.13
HSL 46.33º 0.73% 0.51% -
HSV(B) 46.33º 0.81% 0.87% -
XYZ 46.54 48.17 8.94 -
YUV 176.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 221 180 41 0 0.19 0.81 0.13 46.33 0.73 0.51
Hex DD B4 29 0 13 51 D 2E 49 33
Octal 335 264 51 0 23 121 15 56 111 63
Binary 11011101 10110100 101001 0 10011 1010001 1101 101110 1001001 110011

Color Harmonies of #DDB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB429

Black with #DDB429

Text Example


Text Example

White with #DDB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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