#D0900F

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

Shades of Gamboge #D0900F

Tints of Gamboge #D0900F

Color information

#D0900F (or 0xD0900F) is unknown color: approx Gamboge. HEX triplet: D0, 90 and 0F. RGB value is (208,144,15). Sum of RGB (Red+Green+Blue) = 208+144+15=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0900F is #2F6FF0. Grayscale: #959595. Windows color (decimal): -3108849 or 1020112. OLE color: 1020112.

HSL color Cylindrical-coordinate representation of color #D0900F: hue angle of 40.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0900F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20814415-
CMYK00.310.930.18
HSL40.1º86.55%43.73%-
HSV(B)40.1º92.79%81.57%-
XYZ36.0733.395-
YUV148.4352.7170.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.68%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 15 (6.25% from 255) = 4.09%
R=56.68%
G=39.24%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081441500.310.930.1840.186.5543.73
HexD090F01F5D1228572c
Octal32022017037135225012754
Binary110100001001000011110111111011101100101010001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0900F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0900F; }

 p { color: rgb(208,144,15); }

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

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

 a { background-color: rgb(208,144,15); }

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

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

 span { border-color: rgb(208,144,15); }

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