#DC930B

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

Shades of Gamboge #DC930B

Tints of Gamboge #DC930B

Color information

#DC930B (or 0xDC930B) is unknown color: approx Gamboge. HEX triplet: DC, 93 and 0B. RGB value is (220,147,11). Sum of RGB (Red+Green+Blue) = 220+147+11=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930B is #236CF4. Grayscale: #999999. Windows color (decimal): -2321653 or 758748. OLE color: 758748.

HSL color Cylindrical-coordinate representation of color #DC930B: hue angle of 39.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC930B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB22014711-
CMYK00.330.950.14
HSL39.04º90.48%45.29%-
HSV(B)39.04º95%86.27%-
XYZ40.0136.115.18-
YUV153.3247.68175.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.20%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 11 (4.69% from 255) = 2.91%
R=58.20%
G=38.89%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201471100.330.950.1439.0490.4845.29
HexDC93B0215FE275a2d
Octal33422313041137164713255
Binary110111001001001110110100001101111111101001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC930B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC930B; }

 p { color: rgb(220,147,11); }

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

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

 a { background-color: rgb(220,147,11); }

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

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

 span { border-color: rgb(220,147,11); }

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