Html Css Color HEX #DF9F19 Gamboge

📋 copy color: '#DF9F19'

red 223 ◦ green 159 ◦ blue 25

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

Shades of Gamboge #DF9F19

Tints of Gamboge #DF9F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 54.79%
G = 39.07%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9F19 (or 0xDF9F19) is known color: Gamboge. HEX triplet: DF, 9F and 19. RGB value is (223,159,25). Sum of RGB (Red+Green+Blue) = 223+159+25=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F19 is #2060E6. Grayscale: #A3A3A3. Windows color (decimal): -2121959 or 1679327. OLE color: 1679327.

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

Color convert

RGB 223 159 25 -
CMYK 0 0.29 0.89 0.13
HSL 40.61º 0.8% 0.49% -
HSV(B) 40.61º 0.89% 0.87% -
XYZ 43.01 40.55 6.48 -
YUV 162.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 223 159 25 0 0.29 0.89 0.13 40.61 0.8 0.49
Hex DF 9F 19 0 1D 59 D 29 50 31
Octal 337 237 31 0 35 131 15 51 120 61
Binary 11011111 10011111 11001 0 11101 1011001 1101 101001 1010000 110001

Color Harmonies of #DF9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F19

Black with #DF9F19

Text Example


Text Example

White with #DF9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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