#DC8B01

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

Shades of Gamboge #DC8B01

Tints of Gamboge #DC8B01

Color information

#DC8B01 (or 0xDC8B01) is unknown color: approx Gamboge. HEX triplet: DC, 8B and 01. RGB value is (220,139,1). Sum of RGB (Red+Green+Blue) = 220+139+1=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B01 is #2374FE. Grayscale: #949494. Windows color (decimal): -2323711 or 101340. OLE color: 101340.

HSL color Cylindrical-coordinate representation of color #DC8B01: hue angle of 37.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8B01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB2201391-
CMYK00.371.000.14
HSL37.81º99.1%43.33%-
HSV(B)37.81º99.55%86.27%-
XYZ38.7533.684.49-
YUV147.4945.34179.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.11%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=61.11%
G=38.61%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220139100.371.000.1437.8199.143.33
HexDC8B102564E26632b
Octal3342131045144164614353
Binary110111001000101110100101110010011101001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B01; }

 p { color: rgb(220,139,1); }

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

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

 a { background-color: rgb(220,139,1); }

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

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

 span { border-color: rgb(220,139,1); }

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