Html Css Color HEX #DDB121 Gold Tips

📋 copy color: '#DDB121'

red 221 ◦ green 177 ◦ blue 33

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

Shades of Gold Tips #DDB121

Tints of Gold Tips #DDB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

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

R = 51.28%
G = 41.07%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB121 (or 0xDDB121) is known color: Gold Tips. HEX triplet: DD, B1 and 21. RGB value is (221,177,33). Sum of RGB (Red+Green+Blue) = 221+177+33=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB121 is #224EDE. Grayscale: #AEAEAE. Windows color (decimal): -2248415 or 2208221. OLE color: 2208221.

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

Color convert

RGB 221 177 33 -
CMYK 0 0.20 0.85 0.13
HSL 45.96º 0.74% 0.5% -
HSV(B) 45.96º 0.85% 0.87% -
XYZ 45.82 46.93 8.08 -
YUV 173.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 221 177 33 0 0.20 0.85 0.13 45.96 0.74 0.5
Hex DD B1 21 0 14 55 D 2E 4A 32
Octal 335 261 41 0 24 125 15 56 112 62
Binary 11011101 10110001 100001 0 10100 1010101 1101 101110 1001010 110010

Color Harmonies of #DDB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB121

Black with #DDB121

Text Example


Text Example

White with #DDB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB121; }

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

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

background-color css

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

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

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

border-color css

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

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

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