Html Css Color HEX #DF9F09 Gamboge

📋 copy color: '#DF9F09'

red 223 ◦ green 159 ◦ blue 9

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

Shades of Gamboge #DF9F09

Tints of Gamboge #DF9F09

RGB

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

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

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

R = 57.03%
G = 40.66%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9F09 (or 0xDF9F09) is known color: Gamboge. HEX triplet: DF, 9F and 09. RGB value is (223,159,9). Sum of RGB (Red+Green+Blue) = 223+159+9=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F09 is #2060F6. Grayscale: #A1A1A1. Windows color (decimal): -2121975 or 630751. OLE color: 630751.

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

Color convert

RGB 223 159 9 -
CMYK 0 0.29 0.96 0.13
HSL 42.06º 0.92% 0.45% -
HSV(B) 42.06º 0.96% 0.87% -
XYZ 42.88 40.5 5.82 -
YUV 161.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 223 159 9 0 0.29 0.96 0.13 42.06 0.92 0.45
Hex DF 9F 9 0 1D 60 D 2A 5C 2D
Octal 337 237 11 0 35 140 15 52 134 55
Binary 11011111 10011111 1001 0 11101 1100000 1101 101010 1011100 101101

Color Harmonies of #DF9F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F09

Black with #DF9F09

Text Example


Text Example

White with #DF9F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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