Html Css Color HEX #DF8F09 Gamboge

📋 copy color: '#DF8F09'

red 223 ◦ green 143 ◦ blue 9

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

Shades of Gamboge #DF8F09

Tints of Gamboge #DF8F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 59.47%
G = 38.13%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF8F09 (or 0xDF8F09) is known color: Gamboge. HEX triplet: DF, 8F and 09. RGB value is (223,143,9). Sum of RGB (Red+Green+Blue) = 223+143+9=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F09 is #2070F6. Grayscale: #989898. Windows color (decimal): -2126071 or 626655. OLE color: 626655.

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

Color convert

RGB 223 143 9 -
CMYK 0 0.36 0.96 0.13
HSL 37.57º 0.92% 0.45% -
HSV(B) 37.57º 0.96% 0.87% -
XYZ 40.3 35.35 4.96 -
YUV 151.64 47.5 178.9 -
System Red Green Blue C M Y K H S L
Decimal 223 143 9 0 0.36 0.96 0.13 37.57 0.92 0.45
Hex DF 8F 9 0 24 60 D 26 5C 2D
Octal 337 217 11 0 44 140 15 46 134 55
Binary 11011111 10001111 1001 0 100100 1100000 1101 100110 1011100 101101

Color Harmonies of #DF8F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F09

Black with #DF8F09

Text Example


Text Example

White with #DF8F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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