Html Css Color HEX #DDB621 Gold Tips

📋 copy color: '#DDB621'

red 221 ◦ green 182 ◦ blue 33

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

Shades of Gold Tips #DDB621

Tints of Gold Tips #DDB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

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

R = 50.69%
G = 41.74%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB621 (or 0xDDB621) is known color: Gold Tips. HEX triplet: DD, B6 and 21. RGB value is (221,182,33). Sum of RGB (Red+Green+Blue) = 221+182+33=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB621 is #2249DE. Grayscale: #B1B1B1. Windows color (decimal): -2247135 or 2209501. OLE color: 2209501.

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

Color convert

RGB 221 182 33 -
CMYK 0 0.18 0.85 0.13
HSL 47.55º 0.74% 0.5% -
HSV(B) 47.55º 0.85% 0.87% -
XYZ 46.82 48.94 8.42 -
YUV 176.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 221 182 33 0 0.18 0.85 0.13 47.55 0.74 0.5
Hex DD B6 21 0 12 55 D 30 4A 32
Octal 335 266 41 0 22 125 15 60 112 62
Binary 11011101 10110110 100001 0 10010 1010101 1101 110000 1001010 110010

Color Harmonies of #DDB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB621

Black with #DDB621

Text Example


Text Example

White with #DDB621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB621; }

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

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

background-color css

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

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

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

border-color css

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

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

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