#D98A0B

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

Shades of Gamboge #D98A0B

Tints of Gamboge #D98A0B

Color information

#D98A0B (or 0xD98A0B) is unknown color: approx Gamboge. HEX triplet: D9, 8A and 0B. RGB value is (217,138,11). Sum of RGB (Red+Green+Blue) = 217+138+11=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A0B is #2675F4. Grayscale: #939393. Windows color (decimal): -2520565 or 756441. OLE color: 756441.

HSL color Cylindrical-coordinate representation of color #D98A0B: hue angle of 36.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D98A0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB21713811-
CMYK00.360.950.15
HSL36.99º90.35%44.71%-
HSV(B)36.99º94.93%85.1%-
XYZ37.7632.954.69-
YUV147.1451.17177.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.29%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 11 (4.69% from 255) = 3.01%
R=59.29%
G=37.70%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171381100.360.950.1536.9990.3544.71
HexD98AB0245FF255a2d
Octal33121213044137174513255
Binary110110011000101010110100100101111111111001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A0B; }

 p { color: rgb(217,138,11); }

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

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

 a { background-color: rgb(217,138,11); }

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

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

 span { border-color: rgb(217,138,11); }

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