#DF9015

Color #DF9015 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DF9015

Tints of Gamboge #DF9015

Color information

#DF9015 (or 0xDF9015) is unknown color: approx Gamboge. HEX triplet: DF, 90 and 15. RGB value is (223,144,21). Sum of RGB (Red+Green+Blue) = 223+144+21=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9015 is #206FEA. Grayscale: #9A9A9A. Windows color (decimal): -2125803 or 1413343. OLE color: 1413343.

HSL color Cylindrical-coordinate representation of color #DF9015: hue angle of 36.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF9015 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB22314421-
CMYK00.350.910.13
HSL36.53º82.79%47.84%-
HSV(B)36.53º90.58%87.45%-
XYZ40.5435.695.46-
YUV153.653.17177.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=57.47%
G=37.11%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231442100.350.910.1336.5382.7947.84
HexDF90150235BD255330
Octal33722025043133154512360
Binary1101111110010000101010100011101101111011001011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9015; }

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

 H1.HeaderClassName
 {
   color: #DF9015;
 }
 .AnyTagClassName
 {
   color: #DF9015;
 }
</style>
background-color css

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

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

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

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

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

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