Html Css Color HEX #DF9019 Gamboge

📋 copy color: '#DF9019'

red 223 ◦ green 144 ◦ blue 25

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

Shades of Gamboge #DF9019

Tints of Gamboge #DF9019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

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

R = 56.89%
G = 36.73%
B = 6.38%

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

#DF9019 (or 0xDF9019) is known color: Gamboge. HEX triplet: DF, 90 and 19. RGB value is (223,144,25). Sum of RGB (Red+Green+Blue) = 223+144+25=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9019 is #206FE6. Grayscale: #9A9A9A. Windows color (decimal): -2125799 or 1675487. OLE color: 1675487.

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

Color convert

RGB 223 144 25 -
CMYK 0 0.35 0.89 0.13
HSL 36.06º 0.8% 0.49% -
HSV(B) 36.06º 0.89% 0.87% -
XYZ 40.58 35.7 5.67 -
YUV 154.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 223 144 25 0 0.35 0.89 0.13 36.06 0.8 0.49
Hex DF 90 19 0 23 59 D 24 50 31
Octal 337 220 31 0 43 131 15 44 120 61
Binary 11011111 10010000 11001 0 100011 1011001 1101 100100 1010000 110001

Color Harmonies of #DF9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9019

Black with #DF9019

Text Example


Text Example

White with #DF9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9019; }

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

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

background-color css

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

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

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

border-color css

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

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

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