#DC981B

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

Shades of Gamboge #DC981B

Tints of Gamboge #DC981B

Color information

#DC981B (or 0xDC981B) is unknown color: approx Gamboge. HEX triplet: DC, 98 and 1B. RGB value is (220,152,27). Sum of RGB (Red+Green+Blue) = 220+152+27=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC981B is #2367E4. Grayscale: #9E9E9E. Windows color (decimal): -2320357 or 1808604. OLE color: 1808604.

HSL color Cylindrical-coordinate representation of color #DC981B: hue angle of 38.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC981B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB22015227-
CMYK00.310.880.14
HSL38.86º78.14%48.43%-
HSV(B)38.86º87.73%86.27%-
XYZ40.9437.756.17-
YUV158.0854.03172.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 27 (10.94% from 255) = 6.77%
R=55.14%
G=38.10%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201522700.310.880.1438.8678.1448.43
HexDC981B01F58E274e30
Octal33423033037130164711660
Binary110111001001100011011011111101100011101001111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC981B; }

 p { color: rgb(220,152,27); }

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

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

 a { background-color: rgb(220,152,27); }

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

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

 span { border-color: rgb(220,152,27); }

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