Html Css Color HEX #DF8908 Gamboge

📋 copy color: '#DF8908'

red 223 ◦ green 137 ◦ blue 8

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

Shades of Gamboge #DF8908

Tints of Gamboge #DF8908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 60.6%
G = 37.23%
B = 2.17%

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

#DF8908 (or 0xDF8908) is known color: Gamboge. HEX triplet: DF, 89 and 08. RGB value is (223,137,8). Sum of RGB (Red+Green+Blue) = 223+137+8=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8908 is #2076F7. Grayscale: #949494. Windows color (decimal): -2127608 or 559583. OLE color: 559583.

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

Color convert

RGB 223 137 8 -
CMYK 0 0.39 0.96 0.13
HSL 36º 0.93% 0.45% -
HSV(B) 36º 0.96% 0.87% -
XYZ 39.42 33.6 4.64 -
YUV 148.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 223 137 8 0 0.39 0.96 0.13 36 0.93 0.45
Hex DF 89 8 0 27 60 D 24 5D 2D
Octal 337 211 10 0 47 140 15 44 135 55
Binary 11011111 10001001 1000 0 100111 1100000 1101 100100 1011101 101101

Color Harmonies of #DF8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8908

Black with #DF8908

Text Example


Text Example

White with #DF8908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8908; }

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

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

background-color css

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

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

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

border-color css

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

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

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