#DF9803

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

Shades of Gamboge #DF9803

Tints of Gamboge #DF9803

Color information

#DF9803 (or 0xDF9803) is unknown color: approx Gamboge. HEX triplet: DF, 98 and 03. RGB value is (223,152,3). Sum of RGB (Red+Green+Blue) = 223+152+3=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9803 is #2067FC. Grayscale: #9C9C9C. Windows color (decimal): -2123773 or 235743. OLE color: 235743.

HSL color Cylindrical-coordinate representation of color #DF9803: hue angle of 40.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF9803 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB2231523-
CMYK00.320.990.13
HSL40.64º97.35%44.31%-
HSV(B)40.64º98.65%87.45%-
XYZ41.6838.155.25-
YUV156.2441.52175.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.99%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 3 (1.56% from 255) = 0.79%
R=58.99%
G=40.21%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223152300.320.990.1340.6497.3544.31
HexDF98302063D29612c
Octal3372303040143155114154
Binary1101111110011000110100000110001111011010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9803; }

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

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

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

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

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

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

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

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