#D68908

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

Shades of Gamboge #D68908

Tints of Gamboge #D68908

Color information

#D68908 (or 0xD68908) is unknown color: approx Gamboge. HEX triplet: D6, 89 and 08. RGB value is (214,137,8). Sum of RGB (Red+Green+Blue) = 214+137+8=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D68908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68908 is #2976F7. Grayscale: #919191. Windows color (decimal): -2717432 or 559574. OLE color: 559574.

HSL color Cylindrical-coordinate representation of color #D68908: hue angle of 37.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D68908 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2141378-
CMYK00.360.960.16
HSL37.57º92.79%43.53%-
HSV(B)37.57º96.26%83.92%-
XYZ36.7232.24.51-
YUV145.3250.51176.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.61%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 8 (3.52% from 255) = 2.23%
R=59.61%
G=38.16%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214137800.360.960.1637.5792.7943.53
HexD68980246010265d2c
Octal32621110044140204613554
Binary1101011010001001100001001001100000100001001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68908; }

 p { color: rgb(214,137,8); }

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

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

 a { background-color: rgb(214,137,8); }

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

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

 span { border-color: rgb(214,137,8); }

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