#DF971A

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

Shades of Gamboge #DF971A

Tints of Gamboge #DF971A

Color information

#DF971A (or 0xDF971A) is unknown color: approx Gamboge. HEX triplet: DF, 97 and 1A. RGB value is (223,151,26). Sum of RGB (Red+Green+Blue) = 223+151+26=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF971A is #2068E5. Grayscale: #9E9E9E. Windows color (decimal): -2124006 or 1742815. OLE color: 1742815.

HSL color Cylindrical-coordinate representation of color #DF971A: hue angle of 38.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF971A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22315126-
CMYK00.320.880.13
HSL38.07º79.12%48.82%-
HSV(B)38.07º88.34%87.45%-
XYZ41.6837.96.09-
YUV158.2853.35174.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 26 (10.55% from 255) = 6.5%
R=55.75%
G=37.75%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231512600.320.880.1338.0779.1248.82
HexDF971A02058D264f31
Octal33722732040130154611761
Binary1101111110010111110100100000101100011011001101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF971A; }

 p { color: rgb(223,151,26); }

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

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

 a { background-color: rgb(223,151,26); }

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

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

 span { border-color: rgb(223,151,26); }

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