Html Css Color HEX #DF9509 Gamboge

📋 copy color: '#DF9509'

red 223 ◦ green 149 ◦ blue 9

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

Shades of Gamboge #DF9509

Tints of Gamboge #DF9509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 58.53%
G = 39.11%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9509 (or 0xDF9509) is known color: Gamboge. HEX triplet: DF, 95 and 09. RGB value is (223,149,9). Sum of RGB (Red+Green+Blue) = 223+149+9=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9509 is #206AF6. Grayscale: #9B9B9B. Windows color (decimal): -2124535 or 628191. OLE color: 628191.

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

Color convert

RGB 223 149 9 -
CMYK 0 0.33 0.96 0.13
HSL 39.25º 0.92% 0.45% -
HSV(B) 39.25º 0.96% 0.87% -
XYZ 41.23 37.2 5.27 -
YUV 155.17 45.52 176.38 -
System Red Green Blue C M Y K H S L
Decimal 223 149 9 0 0.33 0.96 0.13 39.25 0.92 0.45
Hex DF 95 9 0 21 60 D 27 5C 2D
Octal 337 225 11 0 41 140 15 47 134 55
Binary 11011111 10010101 1001 0 100001 1100000 1101 100111 1011100 101101

Color Harmonies of #DF9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9509

Black with #DF9509

Text Example


Text Example

White with #DF9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9509; }

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

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

background-color css

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

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

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

border-color css

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

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

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