#D88C09

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

Shades of Gamboge #D88C09

Tints of Gamboge #D88C09

Color information

#D88C09 (or 0xD88C09) is unknown color: approx Gamboge. HEX triplet: D8, 8C and 09. RGB value is (216,140,9). Sum of RGB (Red+Green+Blue) = 216+140+9=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C09 is #2773F6. Grayscale: #949494. Windows color (decimal): -2585591 or 625880. OLE color: 625880.

HSL color Cylindrical-coordinate representation of color #D88C09: hue angle of 37.97º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D88C09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2161409-
CMYK00.350.960.15
HSL37.97º92%44.12%-
HSV(B)37.97º95.83%84.71%-
XYZ37.7533.374.71-
YUV147.7949.68176.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.18%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 9 (3.91% from 255) = 2.47%
R=59.18%
G=38.36%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216140900.350.960.1537.979244.12
HexD88C902360F265c2c
Octal33021411043140174613454
Binary110110001000110010010100011110000011111001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C09; }

 p { color: rgb(216,140,9); }

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

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

 a { background-color: rgb(216,140,9); }

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

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

 span { border-color: rgb(216,140,9); }

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