Html Css Color HEX #DF9109 Gamboge

📋 copy color: '#DF9109'

red 223 ◦ green 145 ◦ blue 9

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

Shades of Gamboge #DF9109

Tints of Gamboge #DF9109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 59.15%
G = 38.46%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9109 (or 0xDF9109) is known color: Gamboge. HEX triplet: DF, 91 and 09. RGB value is (223,145,9). Sum of RGB (Red+Green+Blue) = 223+145+9=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9109 is #206EF6. Grayscale: #999999. Windows color (decimal): -2125559 or 627167. OLE color: 627167.

HSL color Cylindrical-coordinate representation of color #DF9109: hue angle of 38.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9109 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 9 -
CMYK 0 0.35 0.96 0.13
HSL 38.13º 0.92% 0.45% -
HSV(B) 38.13º 0.96% 0.87% -
XYZ 40.61 35.96 5.06 -
YUV 152.82 46.84 178.06 -
System Red Green Blue C M Y K H S L
Decimal 223 145 9 0 0.35 0.96 0.13 38.13 0.92 0.45
Hex DF 91 9 0 23 60 D 26 5C 2D
Octal 337 221 11 0 43 140 15 46 134 55
Binary 11011111 10010001 1001 0 100011 1100000 1101 100110 1011100 101101

Color Harmonies of #DF9109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9109

Black with #DF9109

Text Example


Text Example

White with #DF9109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9109; }

 p { color: rgb(223,145,9); }

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

background-color css

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

 a { background-color: rgb(223,145,9); }

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

border-color css

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

 span { border-color: rgb(223,145,9); }

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