Html Css Color HEX #DDB421 Gold Tips

📋 copy color: '#DDB421'

red 221 ◦ green 180 ◦ blue 33

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

Shades of Gold Tips #DDB421

Tints of Gold Tips #DDB421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.6%

R = 50.92%
G = 41.47%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB421 (or 0xDDB421) is known color: Gold Tips. HEX triplet: DD, B4 and 21. RGB value is (221,180,33). Sum of RGB (Red+Green+Blue) = 221+180+33=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB421 is #224BDE. Grayscale: #B0B0B0. Windows color (decimal): -2247647 or 2208989. OLE color: 2208989.

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

Color convert

RGB 221 180 33 -
CMYK 0 0.19 0.85 0.13
HSL 46.91º 0.74% 0.5% -
HSV(B) 46.91º 0.85% 0.87% -
XYZ 46.41 48.12 8.28 -
YUV 175.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 221 180 33 0 0.19 0.85 0.13 46.91 0.74 0.5
Hex DD B4 21 0 13 55 D 2F 4A 32
Octal 335 264 41 0 23 125 15 57 112 62
Binary 11011101 10110100 100001 0 10011 1010101 1101 101111 1001010 110010

Color Harmonies of #DDB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB421

Black with #DDB421

Text Example


Text Example

White with #DDB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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