Html Css Color HEX #DDB424 Gold Tips

📋 copy color: '#DDB424'

red 221 ◦ green 180 ◦ blue 36

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

Shades of Gold Tips #DDB424

Tints of Gold Tips #DDB424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 50.57%
G = 41.19%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB424 (or 0xDDB424) is known color: Gold Tips. HEX triplet: DD, B4 and 24. RGB value is (221,180,36). Sum of RGB (Red+Green+Blue) = 221+180+36=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB424 is #224BDB. Grayscale: #B0B0B0. Windows color (decimal): -2247644 or 2405597. OLE color: 2405597.

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

Color convert

RGB 221 180 36 -
CMYK 0 0.19 0.84 0.13
HSL 46.7º 0.73% 0.5% -
HSV(B) 46.7º 0.84% 0.87% -
XYZ 46.46 48.14 8.51 -
YUV 175.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 221 180 36 0 0.19 0.84 0.13 46.7 0.73 0.5
Hex DD B4 24 0 13 54 D 2F 49 32
Octal 335 264 44 0 23 124 15 57 111 62
Binary 11011101 10110100 100100 0 10011 1010100 1101 101111 1001001 110010

Color Harmonies of #DDB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB424

Black with #DDB424

Text Example


Text Example

White with #DDB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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