Html Css Color HEX #DDB320 Gold Tips

📋 copy color: '#DDB320'

red 221 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #DDB320

Tints of Gold Tips #DDB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

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

R = 51.16%
G = 41.44%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB320 (or 0xDDB320) is known color: Gold Tips. HEX triplet: DD, B3 and 20. RGB value is (221,179,32). Sum of RGB (Red+Green+Blue) = 221+179+32=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB320 is #224CDF. Grayscale: #AFAFAF. Windows color (decimal): -2247904 or 2143197. OLE color: 2143197.

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

Color convert

RGB 221 179 32 -
CMYK 0 0.19 0.86 0.13
HSL 46.67º 0.75% 0.5% -
HSV(B) 46.67º 0.86% 0.87% -
XYZ 46.2 47.72 8.14 -
YUV 174.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 221 179 32 0 0.19 0.86 0.13 46.67 0.75 0.5
Hex DD B3 20 0 13 56 D 2F 4B 32
Octal 335 263 40 0 23 126 15 57 113 62
Binary 11011101 10110011 100000 0 10011 1010110 1101 101111 1001011 110010

Color Harmonies of #DDB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB320

Black with #DDB320

Text Example


Text Example

White with #DDB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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