#DD8F0B

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

Shades of Gamboge #DD8F0B

Tints of Gamboge #DD8F0B

Color information

#DD8F0B (or 0xDD8F0B) is unknown color: approx Gamboge. HEX triplet: DD, 8F and 0B. RGB value is (221,143,11). Sum of RGB (Red+Green+Blue) = 221+143+11=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F0B is #2270F4. Grayscale: #979797. Windows color (decimal): -2257141 or 757725. OLE color: 757725.

HSL color Cylindrical-coordinate representation of color #DD8F0B: hue angle of 37.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD8F0B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22114311-
CMYK00.350.950.13
HSL37.71º90.52%45.49%-
HSV(B)37.71º95.02%86.67%-
XYZ39.735.044.99-
YUV151.2748.84177.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 11 (4.69% from 255) = 2.93%
R=58.93%
G=38.13%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211431100.350.950.1337.7190.5245.49
HexDD8FB0235FD265b2d
Octal33521713043137154613355
Binary110111011000111110110100011101111111011001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F0B; }

 p { color: rgb(221,143,11); }

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

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

 a { background-color: rgb(221,143,11); }

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

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

 span { border-color: rgb(221,143,11); }

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