#DA930B

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

Shades of Gamboge #DA930B

Tints of Gamboge #DA930B

Color information

#DA930B (or 0xDA930B) is unknown color: approx Gamboge. HEX triplet: DA, 93 and 0B. RGB value is (218,147,11). Sum of RGB (Red+Green+Blue) = 218+147+11=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA930B is #256CF4. Grayscale: #999999. Windows color (decimal): -2452725 or 758746. OLE color: 758746.

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

Color convert

RGB21814711-
CMYK00.330.950.15
HSL39.42º90.39%44.9%-
HSV(B)39.42º94.95%85.49%-
XYZ39.4135.85.15-
YUV152.7248.02174.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.98%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 11 (4.69% from 255) = 2.93%
R=57.98%
G=39.10%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181471100.330.950.1539.4290.3944.9
HexDA93B0215FF275a2d
Octal33222313041137174713255
Binary110110101001001110110100001101111111111001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA930B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA930B; }

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

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

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

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

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

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

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

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