#DF9415

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

Shades of Gamboge #DF9415

Tints of Gamboge #DF9415

Color information

#DF9415 (or 0xDF9415) is unknown color: approx Gamboge. HEX triplet: DF, 94 and 15. RGB value is (223,148,21). Sum of RGB (Red+Green+Blue) = 223+148+21=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9415 is #206BEA. Grayscale: #9C9C9C. Windows color (decimal): -2124779 or 1414367. OLE color: 1414367.

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

Color convert

RGB22314821-
CMYK00.340.910.13
HSL37.72º82.79%47.84%-
HSV(B)37.72º90.58%87.45%-
XYZ41.1636.925.67-
YUV155.9551.85175.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.89%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 21 (8.59% from 255) = 5.36%
R=56.89%
G=37.76%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231482100.340.910.1337.7282.7947.84
HexDF94150225BD265330
Octal33722425042133154612360
Binary1101111110010100101010100010101101111011001101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9415; }

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

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

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

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

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

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

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

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