#D38A08

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

Shades of Gamboge #D38A08

Tints of Gamboge #D38A08

Color information

#D38A08 (or 0xD38A08) is unknown color: approx Gamboge. HEX triplet: D3, 8A and 08. RGB value is (211,138,8). Sum of RGB (Red+Green+Blue) = 211+138+8=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A08 is #2C75F7. Grayscale: #919191. Windows color (decimal): -2913784 or 559827. OLE color: 559827.

HSL color Cylindrical-coordinate representation of color #D38A08: hue angle of 38.42º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D38A08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB2111388-
CMYK00.350.960.17
HSL38.42º92.69%42.94%-
HSV(B)38.42º96.21%82.75%-
XYZ3632.044.52-
YUV145.0150.68175.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 8 (3.52% from 255) = 2.24%
R=59.10%
G=38.66%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211138800.350.960.1738.4292.6942.94
HexD38A80236011265d2b
Octal32321210043140214613553
Binary1101001110001010100001000111100000100011001101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A08; }

 p { color: rgb(211,138,8); }

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

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

 a { background-color: rgb(211,138,8); }

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

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

 span { border-color: rgb(211,138,8); }

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