#DFA812

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

Shades of Gamboge #DFA812

Tints of Gamboge #DFA812

Color information

#DFA812 (or 0xDFA812) is unknown color: approx Gamboge. HEX triplet: DF, A8 and 12. RGB value is (223,168,18). Sum of RGB (Red+Green+Blue) = 223+168+18=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA812 is #2057ED. Grayscale: #A7A7A7. Windows color (decimal): -2119662 or 1222879. OLE color: 1222879.

HSL color Cylindrical-coordinate representation of color #DFA812: hue angle of 43.9º 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 #DFA812 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22316818-
CMYK00.250.920.13
HSL43.9º85.06%47.25%-
HSV(B)43.9º91.93%87.45%-
XYZ44.5443.746.67-
YUV167.3443.72167.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 18 (7.42% from 255) = 4.40%
R=54.52%
G=41.08%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231681800.250.920.1343.985.0647.25
HexDFA8120195CD2c552f
Octal33725022031134155412557
Binary110111111010100010010011001101110011011011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA812; }

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

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

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

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

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

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

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

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