Html Css Color HEX #DDB120 Gold Tips

📋 copy color: '#DDB120'

red 221 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #DDB120

Tints of Gold Tips #DDB120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 51.4%
G = 41.16%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB120 (or 0xDDB120) is known color: Gold Tips. HEX triplet: DD, B1 and 20. RGB value is (221,177,32). Sum of RGB (Red+Green+Blue) = 221+177+32=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB120 is #224EDF. Grayscale: #AEAEAE. Windows color (decimal): -2248416 or 2142685. OLE color: 2142685.

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

Color convert

RGB 221 177 32 -
CMYK 0 0.20 0.86 0.13
HSL 46.03º 0.75% 0.5% -
HSV(B) 46.03º 0.86% 0.87% -
XYZ 45.8 46.92 8.01 -
YUV 173.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 221 177 32 0 0.20 0.86 0.13 46.03 0.75 0.5
Hex DD B1 20 0 14 56 D 2E 4B 32
Octal 335 261 40 0 24 126 15 56 113 62
Binary 11011101 10110001 100000 0 10100 1010110 1101 101110 1001011 110010

Color Harmonies of #DDB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB120

Black with #DDB120

Text Example


Text Example

White with #DDB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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