Html Css Color HEX #DF9519 Gamboge

📋 copy color: '#DF9519'

red 223 ◦ green 149 ◦ blue 25

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

Shades of Gamboge #DF9519

Tints of Gamboge #DF9519

RGB

 RED value IS 223 (87.5% from 255) = 56.17%

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

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

R = 56.17%
G = 37.53%
B = 6.3%

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

#DF9519 (or 0xDF9519) is known color: Gamboge. HEX triplet: DF, 95 and 19. RGB value is (223,149,25). Sum of RGB (Red+Green+Blue) = 223+149+25=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9519 is #206AE6. Grayscale: #9D9D9D. Windows color (decimal): -2124519 or 1676767. OLE color: 1676767.

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

Color convert

RGB 223 149 25 -
CMYK 0 0.33 0.89 0.13
HSL 37.58º 0.8% 0.49% -
HSV(B) 37.58º 0.89% 0.87% -
XYZ 41.35 37.25 5.93 -
YUV 156.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 223 149 25 0 0.33 0.89 0.13 37.58 0.8 0.49
Hex DF 95 19 0 21 59 D 26 50 31
Octal 337 225 31 0 41 131 15 46 120 61
Binary 11011111 10010101 11001 0 100001 1011001 1101 100110 1010000 110001

Color Harmonies of #DF9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9519

Black with #DF9519

Text Example


Text Example

White with #DF9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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