Html Css Color HEX #DF9010 Gamboge

📋 copy color: '#DF9010'

red 223 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #DF9010

Tints of Gamboge #DF9010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 58.22%
G = 37.6%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF9010 (or 0xDF9010) is known color: Gamboge. HEX triplet: DF, 90 and 10. RGB value is (223,144,16). Sum of RGB (Red+Green+Blue) = 223+144+16=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9010 is #206FEF. Grayscale: #999999. Windows color (decimal): -2125808 or 1085663. OLE color: 1085663.

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

Color convert

RGB 223 144 16 -
CMYK 0 0.35 0.93 0.13
HSL 37.1º 0.87% 0.47% -
HSV(B) 37.1º 0.93% 0.87% -
XYZ 40.5 35.67 5.24 -
YUV 153.03 50.67 177.91 -
System Red Green Blue C M Y K H S L
Decimal 223 144 16 0 0.35 0.93 0.13 37.1 0.87 0.47
Hex DF 90 10 0 23 5D D 25 57 2F
Octal 337 220 20 0 43 135 15 45 127 57
Binary 11011111 10010000 10000 0 100011 1011101 1101 100101 1010111 101111

Color Harmonies of #DF9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9010

Black with #DF9010

Text Example


Text Example

White with #DF9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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