Html Css Color HEX #DDB219 Gold Tips

📋 copy color: '#DDB219'

red 221 ◦ green 178 ◦ blue 25

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

Shades of Gold Tips #DDB219

Tints of Gold Tips #DDB219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 52.12%
G = 41.98%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDB219 (or 0xDDB219) is known color: Gold Tips. HEX triplet: DD, B2 and 19. RGB value is (221,178,25). Sum of RGB (Red+Green+Blue) = 221+178+25=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB219 is #224DE6. Grayscale: #AEAEAE. Windows color (decimal): -2248167 or 1684189. OLE color: 1684189.

HSL color Cylindrical-coordinate representation of color #DDB219: hue angle of 46.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB219 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 25 -
CMYK 0 0.19 0.89 0.13
HSL 46.84º 0.8% 0.48% -
HSV(B) 46.84º 0.89% 0.87% -
XYZ 45.91 47.28 7.63 -
YUV 173.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 221 178 25 0 0.19 0.89 0.13 46.84 0.8 0.48
Hex DD B2 19 0 13 59 D 2F 50 30
Octal 335 262 31 0 23 131 15 57 120 60
Binary 11011101 10110010 11001 0 10011 1011001 1101 101111 1010000 110000

Color Harmonies of #DDB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB219

Black with #DDB219

Text Example


Text Example

White with #DDB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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