Html Css Color HEX #DDB221 Gold Tips

📋 copy color: '#DDB221'

red 221 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #DDB221

Tints of Gold Tips #DDB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

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

R = 51.16%
G = 41.2%
B = 7.64%

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

#DDB221 (or 0xDDB221) is known color: Gold Tips. HEX triplet: DD, B2 and 21. RGB value is (221,178,33). Sum of RGB (Red+Green+Blue) = 221+178+33=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB221 is #224DDE. Grayscale: #AEAEAE. Windows color (decimal): -2248159 or 2208477. OLE color: 2208477.

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

Color convert

RGB 221 178 33 -
CMYK 0 0.19 0.85 0.13
HSL 46.28º 0.74% 0.5% -
HSV(B) 46.28º 0.85% 0.87% -
XYZ 46.01 47.32 8.15 -
YUV 174.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 221 178 33 0 0.19 0.85 0.13 46.28 0.74 0.5
Hex DD B2 21 0 13 55 D 2E 4A 32
Octal 335 262 41 0 23 125 15 56 112 62
Binary 11011101 10110010 100001 0 10011 1010101 1101 101110 1001010 110010

Color Harmonies of #DDB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB221

Black with #DDB221

Text Example


Text Example

White with #DDB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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