Html Css Color HEX #DF8810 Gamboge

📋 copy color: '#DF8810'

red 223 ◦ green 136 ◦ blue 16

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

Shades of Gamboge #DF8810

Tints of Gamboge #DF8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 59.47%
G = 36.27%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF8810 (or 0xDF8810) is known color: Gamboge. HEX triplet: DF, 88 and 10. RGB value is (223,136,16). Sum of RGB (Red+Green+Blue) = 223+136+16=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8810 is #2077EF. Grayscale: #949494. Windows color (decimal): -2127856 or 1083615. OLE color: 1083615.

HSL color Cylindrical-coordinate representation of color #DF8810: hue angle of 34.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8810 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 16 -
CMYK 0 0.39 0.93 0.13
HSL 34.78º 0.87% 0.47% -
HSV(B) 34.78º 0.93% 0.87% -
XYZ 39.33 33.33 4.85 -
YUV 148.33 53.32 181.26 -
System Red Green Blue C M Y K H S L
Decimal 223 136 16 0 0.39 0.93 0.13 34.78 0.87 0.47
Hex DF 88 10 0 27 5D D 23 57 2F
Octal 337 210 20 0 47 135 15 43 127 57
Binary 11011111 10001000 10000 0 100111 1011101 1101 100011 1010111 101111

Color Harmonies of #DF8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8810

Black with #DF8810

Text Example


Text Example

White with #DF8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8810; }

 p { color: rgb(223,136,16); }

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

background-color css

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

 a { background-color: rgb(223,136,16); }

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

border-color css

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

 span { border-color: rgb(223,136,16); }

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