Html Css Color HEX #DF9809 Gamboge

📋 copy color: '#DF9809'

red 223 ◦ green 152 ◦ blue 9

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

Shades of Gamboge #DF9809

Tints of Gamboge #DF9809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

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

R = 58.07%
G = 39.58%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9809 (or 0xDF9809) is known color: Gamboge. HEX triplet: DF, 98 and 09. RGB value is (223,152,9). Sum of RGB (Red+Green+Blue) = 223+152+9=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9809 is #2067F6. Grayscale: #9D9D9D. Windows color (decimal): -2123767 or 628959. OLE color: 628959.

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

Color convert

RGB 223 152 9 -
CMYK 0 0.32 0.96 0.13
HSL 40.09º 0.92% 0.45% -
HSV(B) 40.09º 0.96% 0.87% -
XYZ 41.71 38.16 5.43 -
YUV 156.93 44.52 175.13 -
System Red Green Blue C M Y K H S L
Decimal 223 152 9 0 0.32 0.96 0.13 40.09 0.92 0.45
Hex DF 98 9 0 20 60 D 28 5C 2D
Octal 337 230 11 0 40 140 15 50 134 55
Binary 11011111 10011000 1001 0 100000 1100000 1101 101000 1011100 101101

Color Harmonies of #DF9809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9809

Black with #DF9809

Text Example


Text Example

White with #DF9809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9809; }

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

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

background-color css

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

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

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

border-color css

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

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

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