Html Css Color HEX #DD9519 Gamboge

📋 copy color: '#DD9519'

red 221 ◦ green 149 ◦ blue 25

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

Shades of Gamboge #DD9519

Tints of Gamboge #DD9519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 55.95%
G = 37.72%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD9519 (or 0xDD9519) is known color: Gamboge. HEX triplet: DD, 95 and 19. RGB value is (221,149,25). Sum of RGB (Red+Green+Blue) = 221+149+25=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9519 is #226AE6. Grayscale: #9C9C9C. Windows color (decimal): -2255591 or 1676765. OLE color: 1676765.

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

Color convert

RGB 221 149 25 -
CMYK 0 0.33 0.89 0.13
HSL 37.96º 0.8% 0.48% -
HSV(B) 37.96º 0.89% 0.87% -
XYZ 40.74 36.94 5.9 -
YUV 156.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 221 149 25 0 0.33 0.89 0.13 37.96 0.8 0.48
Hex DD 95 19 0 21 59 D 26 50 30
Octal 335 225 31 0 41 131 15 46 120 60
Binary 11011101 10010101 11001 0 100001 1011001 1101 100110 1010000 110000

Color Harmonies of #DD9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9519

Black with #DD9519

Text Example


Text Example

White with #DD9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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