Html Css Color HEX #DF8909 Gamboge

📋 copy color: '#DF8909'

red 223 ◦ green 137 ◦ blue 9

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

Shades of Gamboge #DF8909

Tints of Gamboge #DF8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

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

R = 60.43%
G = 37.13%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF8909 (or 0xDF8909) is known color: Gamboge. HEX triplet: DF, 89 and 09. RGB value is (223,137,9). Sum of RGB (Red+Green+Blue) = 223+137+9=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8909 is #2076F6. Grayscale: #949494. Windows color (decimal): -2127607 or 625119. OLE color: 625119.

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

Color convert

RGB 223 137 9 -
CMYK 0 0.39 0.96 0.13
HSL 35.89º 0.92% 0.45% -
HSV(B) 35.89º 0.96% 0.87% -
XYZ 39.43 33.6 4.67 -
YUV 148.12 49.49 181.41 -
System Red Green Blue C M Y K H S L
Decimal 223 137 9 0 0.39 0.96 0.13 35.89 0.92 0.45
Hex DF 89 9 0 27 60 D 24 5C 2D
Octal 337 211 11 0 47 140 15 44 134 55
Binary 11011111 10001001 1001 0 100111 1100000 1101 100100 1011100 101101

Color Harmonies of #DF8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8909

Black with #DF8909

Text Example


Text Example

White with #DF8909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8909; }

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

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

background-color css

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

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

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

border-color css

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

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

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