Html Css Color HEX #DDB220 Gold Tips

📋 copy color: '#DDB220'

red 221 ◦ green 178 ◦ blue 32

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

Shades of Gold Tips #DDB220

Tints of Gold Tips #DDB220

RGB

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

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

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

R = 51.28%
G = 41.3%
B = 7.42%

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

#DDB220 (or 0xDDB220) is known color: Gold Tips. HEX triplet: DD, B2 and 20. RGB value is (221,178,32). Sum of RGB (Red+Green+Blue) = 221+178+32=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB220 is #224DDF. Grayscale: #AEAEAE. Windows color (decimal): -2248160 or 2142941. OLE color: 2142941.

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

Color convert

RGB 221 178 32 -
CMYK 0 0.19 0.86 0.13
HSL 46.35º 0.75% 0.5% -
HSV(B) 46.35º 0.86% 0.87% -
XYZ 46 47.32 8.08 -
YUV 174.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 221 178 32 0 0.19 0.86 0.13 46.35 0.75 0.5
Hex DD B2 20 0 13 56 D 2E 4B 32
Octal 335 262 40 0 23 126 15 56 113 62
Binary 11011101 10110010 100000 0 10011 1010110 1101 101110 1001011 110010

Color Harmonies of #DDB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB220

Black with #DDB220

Text Example


Text Example

White with #DDB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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