#d88b0f

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

Shades of Gamboge #D88B0F

Tints of Gamboge #D88B0F

Color information

#D88B0F (or 0xD88B0F) is unknown color: approx Gamboge. HEX triplet: D8, 8B and 0F. RGB value is (216,139,15). Sum of RGB (Red+Green+Blue) = 216+139+15=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88B0F is #2774F0. Grayscale: #949494. Windows color (decimal): -2585841 or 1018840. OLE color: 1018840.

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

Color convert

RGB21613915-
CMYK00.360.930.15
HSL37.01º87.01%45.29%-
HSV(B)37.01º93.06%84.71%-
XYZ37.6433.14.86-
YUV147.8953.01176.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.38%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=58.38%
G=37.57%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161391500.360.930.1537.0187.0145.29
HexD88BF0245DF25572d
Octal33021317044135174512755
Binary110110001000101111110100100101110111111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88b0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88b0f; }

 p { color: rgb(216,139,15); }

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

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

 a { background-color: rgb(216,139,15); }

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

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

 span { border-color: rgb(216,139,15); }

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