Html Css Color HEX #DF9810 Gamboge

📋 copy color: '#DF9810'

red 223 ◦ green 152 ◦ blue 16

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

Shades of Gamboge #DF9810

Tints of Gamboge #DF9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 57.03%
G = 38.87%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF9810 (or 0xDF9810) is known color: Gamboge. HEX triplet: DF, 98 and 10. RGB value is (223,152,16). Sum of RGB (Red+Green+Blue) = 223+152+16=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9810 is #2067EF. Grayscale: #9E9E9E. Windows color (decimal): -2123760 or 1087711. OLE color: 1087711.

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

Color convert

RGB 223 152 16 -
CMYK 0 0.32 0.93 0.13
HSL 39.42º 0.87% 0.47% -
HSV(B) 39.42º 0.93% 0.87% -
XYZ 41.75 38.18 5.66 -
YUV 157.73 48.02 174.56 -
System Red Green Blue C M Y K H S L
Decimal 223 152 16 0 0.32 0.93 0.13 39.42 0.87 0.47
Hex DF 98 10 0 20 5D D 27 57 2F
Octal 337 230 20 0 40 135 15 47 127 57
Binary 11011111 10011000 10000 0 100000 1011101 1101 100111 1010111 101111

Color Harmonies of #DF9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9810

Black with #DF9810

Text Example


Text Example

White with #DF9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9810; }

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

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

background-color css

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

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

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

border-color css

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

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

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