#DFAA12

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

Shades of Gamboge #DFAA12

Tints of Gamboge #DFAA12

Color information

#DFAA12 (or 0xDFAA12) is unknown color: approx Gamboge. HEX triplet: DF, AA and 12. RGB value is (223,170,18). Sum of RGB (Red+Green+Blue) = 223+170+18=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA12 is #2055ED. Grayscale: #A9A9A9. Windows color (decimal): -2119150 or 1223391. OLE color: 1223391.

HSL color Cylindrical-coordinate representation of color #DFAA12: hue angle of 44.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFAA12 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22317018-
CMYK00.240.920.13
HSL44.49º85.06%47.25%-
HSV(B)44.49º91.93%87.45%-
XYZ44.9244.486.79-
YUV168.5243.06166.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.26%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 18 (7.42% from 255) = 4.38%
R=54.26%
G=41.36%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231701800.240.920.1344.4985.0647.25
HexDFAA120185CD2c552f
Octal33725222030134155412557
Binary110111111010101010010011000101110011011011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA12; }

 p { color: rgb(223,170,18); }

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

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

 a { background-color: rgb(223,170,18); }

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

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

 span { border-color: rgb(223,170,18); }

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