Html Css Color HEX #DF9219 Gamboge

📋 copy color: '#DF9219'

red 223 ◦ green 146 ◦ blue 25

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

Shades of Gamboge #DF9219

Tints of Gamboge #DF9219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 56.6%
G = 37.06%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9219 (or 0xDF9219) is known color: Gamboge. HEX triplet: DF, 92 and 19. RGB value is (223,146,25). Sum of RGB (Red+Green+Blue) = 223+146+25=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9219 is #206DE6. Grayscale: #9B9B9B. Windows color (decimal): -2125287 or 1675999. OLE color: 1675999.

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

Color convert

RGB 223 146 25 -
CMYK 0 0.35 0.89 0.13
HSL 36.67º 0.8% 0.49% -
HSV(B) 36.67º 0.89% 0.87% -
XYZ 40.89 36.32 5.77 -
YUV 155.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 223 146 25 0 0.35 0.89 0.13 36.67 0.8 0.49
Hex DF 92 19 0 23 59 D 25 50 31
Octal 337 222 31 0 43 131 15 45 120 61
Binary 11011111 10010010 11001 0 100011 1011001 1101 100101 1010000 110001

Color Harmonies of #DF9219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9219

Black with #DF9219

Text Example


Text Example

White with #DF9219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9219; }

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

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

background-color css

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

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

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

border-color css

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

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

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