Html Css Color HEX #DF9309 Gamboge

📋 copy color: '#DF9309'

red 223 ◦ green 147 ◦ blue 9

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

Shades of Gamboge #DF9309

Tints of Gamboge #DF9309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 58.84%
G = 38.79%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9309 (or 0xDF9309) is known color: Gamboge. HEX triplet: DF, 93 and 09. RGB value is (223,147,9). Sum of RGB (Red+Green+Blue) = 223+147+9=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9309 is #206CF6. Grayscale: #9A9A9A. Windows color (decimal): -2125047 or 627679. OLE color: 627679.

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

Color convert

RGB 223 147 9 -
CMYK 0 0.34 0.96 0.13
HSL 38.69º 0.92% 0.45% -
HSV(B) 38.69º 0.96% 0.87% -
XYZ 40.91 36.58 5.16 -
YUV 153.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 223 147 9 0 0.34 0.96 0.13 38.69 0.92 0.45
Hex DF 93 9 0 22 60 D 27 5C 2D
Octal 337 223 11 0 42 140 15 47 134 55
Binary 11011111 10010011 1001 0 100010 1100000 1101 100111 1011100 101101

Color Harmonies of #DF9309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9309

Black with #DF9309

Text Example


Text Example

White with #DF9309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9309; }

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

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

background-color css

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

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

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

border-color css

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

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

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