#D09213

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

Shades of Gamboge #D09213

Tints of Gamboge #D09213

Color information

#D09213 (or 0xD09213) is unknown color: approx Gamboge. HEX triplet: D0, 92 and 13. RGB value is (208,146,19). Sum of RGB (Red+Green+Blue) = 208+146+19=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D09213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09213 is #2F6DEC. Grayscale: #969696. Windows color (decimal): -3108333 or 1282768. OLE color: 1282768.

HSL color Cylindrical-coordinate representation of color #D09213: hue angle of 40.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D09213 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB20814619-
CMYK00.300.910.18
HSL40.32º83.26%44.51%-
HSV(B)40.32º90.87%81.57%-
XYZ36.4134.015.26-
YUV150.0654.04169.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 19 (7.81% from 255) = 5.09%
R=55.76%
G=39.14%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081461900.300.910.1840.3283.2644.51
HexD0921301E5B1228532d
Octal32022223036133225012355
Binary1101000010010010100110111101011011100101010001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09213; }

 p { color: rgb(208,146,19); }

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

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

 a { background-color: rgb(208,146,19); }

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

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

 span { border-color: rgb(208,146,19); }

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