#D89C02

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

Shades of Gamboge #D89C02

Tints of Gamboge #D89C02

Color information

#D89C02 (or 0xD89C02) is unknown color: approx Gamboge. HEX triplet: D8, 9C and 02. RGB value is (216,156,2). Sum of RGB (Red+Green+Blue) = 216+156+2=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C02 is #2763FD. Grayscale: #9D9D9D. Windows color (decimal): -2581502 or 171224. OLE color: 171224.

HSL color Cylindrical-coordinate representation of color #D89C02: hue angle of 43.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D89C02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB2161562-
CMYK00.280.990.15
HSL43.18º98.17%42.75%-
HSV(B)43.18º99.07%84.71%-
XYZ40.2238.385.35-
YUV156.3840.88170.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.75%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=57.75%
G=41.71%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216156200.280.990.1543.1898.1742.75
HexD89C201C63F2b622b
Octal3302342034143175314253
Binary110110001001110010011100110001111111010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C02; }

 p { color: rgb(216,156,2); }

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

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

 a { background-color: rgb(216,156,2); }

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

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

 span { border-color: rgb(216,156,2); }

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