#DF880B

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

Shades of Gamboge #DF880B

Tints of Gamboge #DF880B

Color information

#DF880B (or 0xDF880B) is unknown color: approx Gamboge. HEX triplet: DF, 88 and 0B. RGB value is (223,136,11). Sum of RGB (Red+Green+Blue) = 223+136+11=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF880B is #2077F4. Grayscale: #949494. Windows color (decimal): -2127861 or 755935. OLE color: 755935.

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

Color convert

RGB22313611-
CMYK00.390.950.13
HSL35.38º90.6%45.88%-
HSV(B)35.38º95.07%87.45%-
XYZ39.333.324.68-
YUV147.7650.82181.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 11 (4.69% from 255) = 2.97%
R=60.27%
G=36.76%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231361100.390.950.1335.3890.645.88
HexDF88B0275FD235b2e
Octal33721013047137154313356
Binary110111111000100010110100111101111111011000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF880B; }

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

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

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

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

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

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

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

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